Browse Source

民族修改

release
123456 3 years ago
parent
commit
6e6546601a
  1. 5
      epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.js
  2. 4
      epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.wxml

5
epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.js

@ -90,6 +90,11 @@ Page({
'fmData.mobile' : e.detail.value
})
},
nationSync(e){
this.setData({
'fmData.nation' : e.detail.value
})
},
nationSyncPicker(e){
this.setData({
'fmData.nationValue' : this.data.nationList[e.detail.value].dictValue,

4
epdc-resident-mp-yushan/subpages/family/pages/familyInfo/familyInfo.wxml

@ -121,7 +121,9 @@
</view>
<view class="value">
<view class="input">
<input type="text" value="{{ fmData.nation }}" placeholder="请输入民族" placeholder-class="z-ph" data-fm="fmData" data-name="nation" cursor-spacing="14" maxlength="100" />
<input type="text" value="{{ fmData.nation }}" placeholder="请输入民族"
bindinput="nationSync"
placeholder-class="z-ph" data-fm="fmData" data-name="nation" cursor-spacing="14" maxlength="100" />
</view>
</view>
</view>

Loading…
Cancel
Save