|
|
@ -54,15 +54,6 @@ |
|
|
|
<input confirm-type="next" bindblur="bindWorkUnitInput" bindinput="bindWorkUnitInput" value="{{form.workUnit}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="list-item gray"> |
|
|
|
<view class="left"> |
|
|
|
<text class="must">*</text> |
|
|
|
<view class="title">专业特长</view> |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
<input confirm-type="next" bindblur="bindWorkIndustryInput" bindinput="bindWorkIndustryInput" value="{{form.workIndustry}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="list-item "> |
|
|
|
<view class="left"> |
|
|
|
<!-- <text class="must">*</text> --> |
|
|
@ -74,6 +65,15 @@ |
|
|
|
</picker> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="list-item gray"> |
|
|
|
<view class="left"> |
|
|
|
<text class="must">*</text> |
|
|
|
<view class="title">专业特长</view> |
|
|
|
</view> |
|
|
|
<view class="right"> |
|
|
|
<input confirm-type="next" bindblur="bindWorkIndustryInput" bindinput="bindWorkIndustryInput" value="{{form.workIndustry}}" placeholder-class="placeholder-style" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="list-item" wx:if="{{form.workType == '其他'}}"> |
|
|
|
<view class="left"> |
|
|
|
<!-- <text class="must">*</text> --> |
|
|
|