|
|
@@ -22,7 +22,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="item"> |
|
|
|
<text>真实姓名</text> |
|
|
|
<text>真实姓名<text class="red">*</text></text> |
|
|
|
<view class="right"> |
|
|
|
<input name='username' class="input" placeholder="请输入姓名" value='{{username}}' /> |
|
|
|
<image class="next" src="/assets/images/next.png"></image> |
|
|
@@ -30,7 +30,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="item"> |
|
|
|
<text>性别</text> |
|
|
|
<text>性别<text class="red">*</text></text> |
|
|
|
<view class="right"> |
|
|
|
<picker range="{{sexArry}}" value="{{gender}}" bindchange="bindGenderChange"> |
|
|
|
<view wx:if="{{sexFlag==1}}" class="input greyFont"> |
|
|
@@ -45,7 +45,7 @@ |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="item"> |
|
|
|
<text>出生年月</text> |
|
|
|
<text>出生年月<text class="red">*</text></text> |
|
|
|
<view class="right"> |
|
|
|
<picker mode="date" value="{{date}}" start="1930-09-01" end="{{dateEnd}}" bindchange="bindDateChange"> |
|
|
|
<input wx:if="{{dateFlag==1}}" class='input' placeholder='请选择生日' disabled /> |
|
|
|