|
@@ -12,23 +12,33 @@ |
|
@@ -12,23 +12,33 @@ |
|
12
|
<input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name='bank_card_no' value="{{bank_card_no}}" maxlength='19' type='number'></input>
|
12
|
<input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name='bank_card_no' value="{{bank_card_no}}" maxlength='19' type='number'></input>
|
|
13
|
</view>
|
13
|
</view>
|
|
14
|
<view class='divide_line_30'></view>
|
14
|
<view class='divide_line_30'></view>
|
|
15
|
- <view style="height:104rpx;padding:0 30rpx;background-color:#fff">
|
15
|
+ <!-- <view style="height:104rpx;padding:0 30rpx;background-color:#fff">
|
|
16
|
<text class="text_gray7_34" style="line-height:104rpx">开户银行名称</text>
|
16
|
<text class="text_gray7_34" style="line-height:104rpx">开户银行名称</text>
|
|
17
|
<input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name='bank' value="{{bank}}"></input>
|
17
|
<input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name='bank' value="{{bank}}"></input>
|
|
18
|
- </view>
|
18
|
+ </view> -->
|
|
|
|
19
|
+ <picker style="height:104rpx;padding-left:30rpx;background-color:#fff" mode="selector" bindchange="bindRegionChange" range="{{bankList}}" >
|
|
|
|
20
|
+ <text class="text_gray7_34">开户银行名称</text>
|
|
|
|
21
|
+ <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
|
|
|
|
22
|
+ <view wx:if="{{bank.length>0}}" class="input_wrap rigion_choosed">
|
|
|
|
23
|
+ {{bank}}
|
|
|
|
24
|
+ </view>
|
|
|
|
25
|
+ <view wx:else class="input_wrap rigion_notchoosed}}">
|
|
|
|
26
|
+ 请选择开户银行 </view>
|
|
|
|
27
|
+ </picker>
|
|
19
|
<view class='divide_line_30'></view>
|
28
|
<view class='divide_line_30'></view>
|
|
20
|
<!-- <view style="height:104rpx;padding:0 30rpx;background-color:#fff">
|
29
|
<!-- <view style="height:104rpx;padding:0 30rpx;background-color:#fff">
|
|
21
|
<text class="text_gray7_34" style="line-height:104rpx">开户银行省份</text>
|
30
|
<text class="text_gray7_34" style="line-height:104rpx">开户银行省份</text>
|
|
22
|
<input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name='bank_card_province' value="{{bank_card_province}}"></input>
|
31
|
<input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name='bank_card_province' value="{{bank_card_province}}"></input>
|
|
23
|
</view> -->
|
32
|
</view> -->
|
|
24
|
|
33
|
|
|
25
|
- <picker style="height:104rpx;padding:0 30rpx;background-color:#fff" mode="selector" bindchange="bindRegionChange" range="{{province}}" >
|
34
|
+ <picker style="height:104rpx;padding-left: 30rpx;background-color:#fff" mode="selector" bindchange="bindRegionChange" range="{{province}}" >
|
|
26
|
<text class="text_gray7_34">开户银行省份</text>
|
35
|
<text class="text_gray7_34">开户银行省份</text>
|
|
|
|
36
|
+ <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
|
|
27
|
<view wx:if="{{bank_province.length>0}}" class="input_wrap rigion_choosed">
|
37
|
<view wx:if="{{bank_province.length>0}}" class="input_wrap rigion_choosed">
|
|
28
|
{{bank_province}}
|
38
|
{{bank_province}}
|
|
29
|
</view>
|
39
|
</view>
|
|
30
|
<view wx:else class="input_wrap rigion_notchoosed}}">
|
40
|
<view wx:else class="input_wrap rigion_notchoosed}}">
|
|
31
|
- 请选择 </view>
|
41
|
+ 请选择开户银行省份 </view>
|
|
32
|
</picker>
|
42
|
</picker>
|
|
33
|
|
43
|
|
|
34
|
<view class="btn_bottom">
|
44
|
<view class="btn_bottom">
|