Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
XDJK
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wechatminiprogram
XDJK
Commits
dae7b8dd
Commit
dae7b8dd
authored
Dec 15, 2020
by
liuquan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.1.1
U:修复名字太长不能输入完
parent
3926865a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
6 deletions
+5
-6
packageA/addsite/addsite.wxml
+1
-1
packageA/buyService/buyService.wxml
+1
-1
packageA/editUser/editUser.wxml
+1
-1
packageA/selectUser/selectUser.js
+1
-2
pages/addressBook/addressBook.wxml
+1
-1
No files found.
packageA/addsite/addsite.wxml
View file @
dae7b8dd
...
...
@@ -4,7 +4,7 @@
<form bindsubmit="formSubmit">
<view class="order-num">
<text>收货人</text>
<input type="text" name="name" value='{{name}}' bindinput="name" placeholder="请输入收货人姓名" placeholder-style="color:#CECECE;" maxlength="
1
0"></input>
<input type="text" name="name" value='{{name}}' bindinput="name" placeholder="请输入收货人姓名" placeholder-style="color:#CECECE;" maxlength="
3
0"></input>
</view>
<view class="order-num">
<text>联系方式</text>
...
...
packageA/buyService/buyService.wxml
View file @
dae7b8dd
...
...
@@ -36,7 +36,7 @@
<view class="two-wrap">
<view class="flex-xm">
<view class="tname">姓名</view>
<input class="sname" placeholder="请输入姓名或昵称" value="{{name}}" bindinput='bindName' maxlength="
12
"></input>
<input class="sname" placeholder="请输入姓名或昵称" value="{{name}}" bindinput='bindName' maxlength="
30
"></input>
<view class="row height20" bindtap="changeUser">
<view class="ghyh">更换用户</view>
<image class="right1" src="/images/arrow@2x.png"></image>
...
...
packageA/editUser/editUser.wxml
View file @
dae7b8dd
...
...
@@ -3,7 +3,7 @@
<view class="two-wrap">
<view class="flex-xm4">
<view class="tname">用户姓名</view>
<input type="text" class="weight" placeholder="必填" value="{{name}}" bindinput='bindName' maxlength="
8
"></input>
<input type="text" class="weight" placeholder="必填" value="{{name}}" bindinput='bindName' maxlength="
30
"></input>
</view>
<view class="flex-xm4">
<view class="tname">手机号</view>
...
...
packageA/selectUser/selectUser.js
View file @
dae7b8dd
...
...
@@ -32,9 +32,8 @@ Page({
that
.
data
.
t_unionid
=
options
.
t_unionid
;
}
if
(
!
Util
.
isEmpty
(
options
.
iShow
))
{
console
.
log
(
"iShow"
)
that
.
data
.
iShow
=
options
.
iShow
;
that
.
data
.
item
=
JSON
.
parse
(
options
.
item
)
;
that
.
data
.
item
=
options
.
item
?
JSON
.
parse
(
options
.
item
):{}
;
}
that
.
checkModal
();
},
...
...
pages/addressBook/addressBook.wxml
View file @
dae7b8dd
...
...
@@ -6,7 +6,7 @@
<view class='record' style='margin-bottom:{{type==1?98:0}}rpx;'>
<!-- 左滑删除 -->
<view class="touch-item {{item.isTouchMove ? 'touch-move-active' : ''}}" data-index="{{num}}" bindtouchstart="touchstart" bindtouchmove="touchmove" bindtouchend="touchE" wx:if='{{itemList.length>0}}' wx:for='{{itemList}}' wx:for-item='item' wx:for-index='num' wx:key='index'>
<view class="flex user" bindtap='next' data-
userid="{{item.consultant_unionid
}}" data-index="{{num}}" data-one="{{index}}">
<view class="flex user" bindtap='next' data-
item="{{item
}}" data-index="{{num}}" data-one="{{index}}">
<view class="flex" data-index="{{num}}" >
<view class="user-img" >
<image src="{{item.image}}" mode="aspectFill"></image>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment