|
@ -6,7 +6,7 @@ |
|
|
<view class="title">姓名</view> |
|
|
<view class="title">姓名</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="right" readonly> |
|
|
<view class="right" readonly> |
|
|
<input confirm-type="next" bindblur="bindRealNameInput" bindinput="bindRealNameInput" value="{{form.realName}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
<input confirm-type="next" bindblur="bindRealNameInput" bindinput="bindRealNameInput" value="{{form.realName}}" placeholder-class="placeholder-style" placeholder="请输入姓名" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-item "> |
|
|
<view class="list-item "> |
|
@ -15,7 +15,7 @@ |
|
|
<view class="title">身份证号</view> |
|
|
<view class="title">身份证号</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<input confirm-type="next" bindblur="bindRealidentityNoInput" bindinput="bindRealidentityNoInput" value="{{form.identityNo}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
<input confirm-type="next" bindblur="bindRealidentityNoInput" bindinput="bindRealidentityNoInput" value="{{form.identityNo}}" placeholder-class="placeholder-style" placeholder="请输入身份证号码" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-item "> |
|
|
<view class="list-item "> |
|
@ -24,7 +24,7 @@ |
|
|
<view class="title">手机号码</view> |
|
|
<view class="title">手机号码</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<input confirm-type="next" bindblur="bindRealMobileInput" bindinput="bindRealMobileInput" value="{{form.mobile}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
<input confirm-type="next" bindblur="bindRealMobileInput" bindinput="bindRealMobileInput" value="{{form.mobile}}" placeholder-class="placeholder-style" placeholder="请输入手机号码" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-item " wx:if="{{!title}}"> |
|
|
<view class="list-item " wx:if="{{!title}}"> |
|
@ -33,7 +33,7 @@ |
|
|
<view class="title">密码</view> |
|
|
<view class="title">密码</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<input confirm-type="next" password bindblur="bindPassWordInput" bindinput="bindPassWordInput" value="{{form.password}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
<input confirm-type="next" password bindblur="bindPassWordInput" bindinput="bindPassWordInput" value="{{form.password}}" placeholder-class="placeholder-style" placeholder="请输入密码" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-item " wx:if="{{!title}}"> |
|
|
<view class="list-item " wx:if="{{!title}}"> |
|
@ -42,7 +42,7 @@ |
|
|
<view class="title">确认密码</view> |
|
|
<view class="title">确认密码</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<input confirm-type="next" password bindblur="bindCheckPassWordInput" bindinput="bindCheckPassWordInput" value="{{checkPassword}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
<input confirm-type="next" password bindblur="bindCheckPassWordInput" bindinput="bindCheckPassWordInput" value="{{checkPassword}}" placeholder-class="placeholder-style" placeholder="请确认密码" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-item gray"> |
|
|
<view class="list-item gray"> |
|
@ -51,7 +51,7 @@ |
|
|
<view class="title">工作单位</view> |
|
|
<view class="title">工作单位</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<input confirm-type="next" bindblur="bindWorkUnitInput" bindinput="bindWorkUnitInput" value="{{form.workUnit}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
<input confirm-type="next" bindblur="bindWorkUnitInput" bindinput="bindWorkUnitInput" value="{{form.workUnit}}" placeholder-class="placeholder-style" placeholder="**区**单位" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-item "> |
|
|
<view class="list-item "> |
|
@ -61,29 +61,28 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<picker range="{{selectOption}}" range-key="label" bindchange="handleChangeWorkType"> |
|
|
<picker range="{{selectOption}}" range-key="label" bindchange="handleChangeWorkType"> |
|
|
<view class="{{form.workType?'':'gray-font'}}">{{form.workType?form.workType:'请选择'}}</view> |
|
|
<view class="{{form.workType?'':'gray-font'}}">{{form.workType?form.workType:'请选择单位性质'}}</view> |
|
|
</picker> |
|
|
</picker> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-item gray"> |
|
|
<view class="list-item" wx:if="{{form.workType == '其他'}}"> |
|
|
<view class="left"> |
|
|
<view class="left"> |
|
|
<text class="must">*</text> |
|
|
<!-- <text class="must">*</text> --> |
|
|
<view class="title">专业特长</view> |
|
|
<view class="title">单位性质(其他)</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<input confirm-type="next" bindblur="bindWorkIndustryInput" bindinput="bindWorkIndustryInput" value="{{form.workIndustry}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
<input confirm-type="next" bindblur="bindWorkTypeTextInput" bindinput="bindWorkTypeTextInput" value="{{workTypeText}}" placeholder-class="placeholder-style" placeholder="请输入单位性质" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-item" wx:if="{{form.workType == '其他'}}"> |
|
|
<view class="list-item gray"> |
|
|
<view class="left"> |
|
|
<view class="left"> |
|
|
<!-- <text class="must">*</text> --> |
|
|
<text class="must">*</text> |
|
|
<view class="title">单位性质(其他)</view> |
|
|
<view class="title">专业特长</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<input confirm-type="next" bindblur="bindWorkTypeTextInput" bindinput="bindWorkTypeTextInput" value="{{workTypeText}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
<input confirm-type="next" bindblur="bindWorkIndustryInput" bindinput="bindWorkIndustryInput" value="{{form.workIndustry}}" placeholder-class="placeholder-style" placeholder="请输入专业特长" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- <view class="list-item gray" wx:if="{{form.workIndustry=='5'}}"> |
|
|
<!-- <view class="list-item gray" wx:if="{{form.workIndustry=='5'}}"> |
|
|
<view class="left"> |
|
|
<view class="left"> |
|
|
<text class="must">*</text> |
|
|
<text class="must">*</text> |
|
@ -100,7 +99,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="right"> |
|
|
<picker range="{{serviceOpitons}}" range-key="label" bindchange="handleChangeServiceType"> |
|
|
<picker range="{{serviceOpitons}}" range-key="label" bindchange="handleChangeServiceType"> |
|
|
<view class="{{form.hobbies?'':'gray-font'}}">{{form.hobbies?form.hobbies:'请选择'}}</view> |
|
|
<view class="{{form.hobbies?'':'gray-font'}}">{{form.hobbies?form.hobbies:'请选择服务意向'}}</view> |
|
|
</picker> |
|
|
</picker> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
@ -115,32 +114,54 @@ |
|
|
</radio-group> |
|
|
</radio-group> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-item gray" wx:if="{{form.shibei==1}}"> |
|
|
<view wx:if="{{form.shibei == 1}}"> |
|
|
<view class="left"> |
|
|
<view class="list-item gray"> |
|
|
<text class="must">*</text> |
|
|
<view class="left"> |
|
|
<view class="title">常住社区名称</view> |
|
|
<text class="must">*</text> |
|
|
|
|
|
<view class="title">常住社区名称</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<picker mode="multiSelector" bindchange="bindMultiPickerChange" bindcolumnchange="bindMultiPickerColumnChange" value="{{multiIndex}}" range="{{newArr}}"> |
|
|
|
|
|
<view class="picker"> |
|
|
|
|
|
<van-button type="primary" wx:if="{{changeFlag}}"> |
|
|
|
|
|
{{newArr[0][multiIndex[0]]}},{{newArr[1][multiIndex[1]]}} |
|
|
|
|
|
</van-button> |
|
|
|
|
|
<van-button wx:else class=" gray-font"> |
|
|
|
|
|
请选择常住社区 |
|
|
|
|
|
</van-button> |
|
|
|
|
|
</view> |
|
|
|
|
|
</picker> |
|
|
</view> |
|
|
</view> |
|
|
<picker mode="multiSelector" bindchange="bindMultiPickerChange" bindcolumnchange="bindMultiPickerColumnChange" value="{{multiIndex}}" range="{{newArr}}"> |
|
|
<view class="list-item "> |
|
|
<view class="picker"> |
|
|
<view class="left"> |
|
|
<van-button type="primary" wx:if="{{changeFlag}}"> |
|
|
<text class="must">*</text> |
|
|
{{newArr[0][multiIndex[0]]}},{{newArr[1][multiIndex[1]]}} |
|
|
<view class="title">常住小区名称</view> |
|
|
</van-button> |
|
|
|
|
|
<van-button wx:else class=" gray-font"> |
|
|
|
|
|
请选择 |
|
|
|
|
|
</van-button> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</picker> |
|
|
<view class="right"> |
|
|
|
|
|
<input confirm-type="next" bindblur="bindvillageNameInput" bindinput="bindvillageNameInput" value="{{form.villageName}}" placeholder-class="placeholder-style" placeholder="请输入**小区" /> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view wx:if="{{form.shibei == '0'}}"> |
|
|
<view class="list-item " wx:if="{{form.shibei == '1'}}"> |
|
|
<view class="list-item "> |
|
|
<view class="left"> |
|
|
<view class="left"> |
|
|
<text class="must">*</text> |
|
|
<text class="must">*</text> |
|
|
<view class="title">居住小区名称</view> |
|
|
<view class="title">行政区域</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<picker range="{{regionOptions}}" range-key="label" bindchange="handleChangeRegion"> |
|
|
|
|
|
<view class="{{form.region?'':'gray-font'}}">{{form.region?form.region:'请选择行政区域'}}</view> |
|
|
|
|
|
</picker> |
|
|
</view> |
|
|
</view> |
|
|
<view class="right"> |
|
|
<view class="list-item "> |
|
|
<input confirm-type="next" bindblur="bindvillageNameInput" bindinput="bindvillageNameInput" value="{{form.villageName}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
<view class="left"> |
|
|
|
|
|
<text class="must">*</text> |
|
|
|
|
|
<view class="title">居住地址</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="right"> |
|
|
|
|
|
<input confirm-type="next" bindblur="bindRegionVillageName" bindinput="bindRegionVillageName" value="{{form.villageName}}" placeholder-class="placeholder-style" placeholder="**区**路**号**小区" /> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- <view class="list-item " wx:if="{{form.shibei == '1'}}"> |
|
|
<!-- <view class="list-item " wx:if="{{form.shibei == '1'}}"> |
|
|
<view class="left"> |
|
|
<view class="left"> |
|
|
<text class="must">*</text> |
|
|
<text class="must">*</text> |
|
|