You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
3.2 KiB
Plaintext
62 lines
3.2 KiB
Plaintext
<form catchsubmit="formSubmit">
|
|
<!-- <view class="p10 bgf mt12">
|
|
<textarea name="{{name}}" type="text" maxlength="-1" placeholder="请输入" placeholder-class="weui-input__placeholder" auto-height="true" style="background-color: #ffffff;min-height: 90px;width: 100%;" value="{{defaultValue}}"></textarea>
|
|
</view>-->
|
|
<view class="mt10 bgf p010">
|
|
<view class="weui-cells weui-cells_after-title" style="margin-top: 0;">
|
|
<view class="weui-cell">
|
|
<view class="weui-cell__bd f16 c6 va-center">
|
|
<i class="t-icon t-icon-duoxuan mr12" wx:if="{{!nanChecked}}" bindtap="changeNan" style="width: 24px;height: 24px;"></i>
|
|
<i class="t-icon t-icon-duoxuan1 mr12" wx:if="{{nanChecked}}" bindtap="changeNan" style="width: 24px;height: 24px;"></i>
|
|
男
|
|
</view>
|
|
<view class="weui-cell__bd f16 c3">
|
|
<picker mode="multiSelector" bindchange="bindMultiPickerChange" bindcolumnchange="bindMultiPickerColumnChange" value="{{salaryIndex}}" range="{{salaryArray}}">
|
|
<!-- a{{salaryIndex[0]}}a -->
|
|
<view class="picker tr">
|
|
<!-- {{salaryIndex[0]}} -->
|
|
<block wx:if="{{(salaryIndex[0] != -1 && salaryIndex[0] != '') || salaryIndex[0] == 0}}">
|
|
{{salaryArray[0][salaryIndex[0]]}}-{{salaryArray[1][salaryIndex[1]]}}
|
|
<text>岁</text>
|
|
</block>
|
|
<block wx:else>
|
|
<text class="c9">请选择年龄范围</text>
|
|
</block>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="weui-cell">
|
|
<view class="weui-cell__bd f16 c6 va-center">
|
|
<i class="t-icon t-icon-duoxuan mr12" wx:if="{{!nvChecked}}" bindtap="changeNv" style="width: 24px;height: 24px;"></i>
|
|
<i class="t-icon t-icon-duoxuan1 mr12" wx:if="{{nvChecked}}" bindtap="changeNv" style="width: 24px;height: 24px;"></i>
|
|
女
|
|
</view>
|
|
<view class="weui-cell__bd f16 c3">
|
|
<picker mode="multiSelector" bindchange="bindMultiPickerChangeN" bindcolumnchange="bindMultiPickerColumnChangeN" value="{{salaryIndexN}}" range="{{salaryArrayN}}">
|
|
<view class="picker tr">
|
|
<block wx:if="{{(salaryIndexN[0] != -1 && salaryIndexN[0] != '') || salaryIndexN[0] == 0}}">
|
|
{{salaryArrayN[0][salaryIndexN[0]]}}-{{salaryArrayN[1][salaryIndexN[1]]}}
|
|
<text>岁</text>
|
|
</block>
|
|
<block wx:else>
|
|
<text class="c9">请选择年龄范围</text>
|
|
</block>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
<view class="p10 bgf" style="border-top: 1px solid #eee;">
|
|
<input name="genderRemark" placeholder="请输入" value="{{genderRemark}}" style="padding: 7px 8px;"></input>
|
|
</view>
|
|
<!-- <view style="padding-bottom: 60px;">
|
|
<button type='primary' class="loginOut sm-loginOut" formType="submit" style="font-weight:400;margin-top:90px;">确定</button>
|
|
</view>-->
|
|
<view class="btmFix display-flex" style="justify-content: center;">
|
|
<button type="primary" class="loginOut sm-loginOut" formType="submit" style="font-weight:blod;margin-top: 16px;">确定</button>
|
|
</view>
|
|
</form>
|