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.

37 lines
1.7 KiB
Plaintext

2 years ago
<form catchsubmit="formSubmit">
<view class="mt10 bgf">
<view class="weui-cells weui-cells_after-title">
<label for="js_area" class="weui-cell weui-cell_active weui-cell_select weui-cell_select-after">
<view class="weui-cell__hd">
<view class="weui-label">政策模式</view>
</view>
<view class="weui-cell__bd">
<picker bindchange="bindPickerChangePolicy" value="{{item.name}}" wx:for-item="item" range="{{zhengceTextList}}" range-key="name">
<view class="picker tr">
<block wx:if="{{policyIdx == -1}}">
<view class="ccc tr dib weui-select" style="color:#ccc">请选择政策模式</view>
</block>
<block wx:else>
<view class="c3 tr dib weui-select">{{zhengceTextList[policyIdx].name}}</view>
</block>
</view>
</picker>
<!-- <picker aria-role="combobox" id="js_area" bindchange="bindCountryChange" value="{{countryIndex}}" range="{{countries}}">
<view class="weui-select weui-select_in-select-after tr">{{countries[countryIndex]}}</view>
</picker> -->
</view>
</label>
</view>
</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>