提交 ca3b1d430ae67de7a2bf7719e813cb6dcfae11dc

作者 wangyu
1 个父辈 b1871be4

修复bug

... ... @@ -182,6 +182,8 @@ Page({
182 182 return
183 183 }
184 184 this.setData({
  185 + bank:formdata.bank,
  186 + bank_card_no: formdata.bank_card_no,
185 187 show_modal: true
186 188 })
187 189 },
... ...
... ... @@ -3,7 +3,7 @@
3 3 <form style="width:100%;" bindsubmit='formSubmit'>
4 4 <view style="height:104rpx;padding:0 30rpx;background-color:#fff;margin-bottom:1rpx">
5 5 <text class="text_gray7_34">开户人姓名</text>
6   - <input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name='name' value="{{name}}"></input>
  6 + <input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name='name' value="{{name}}" disabled="true"></input>
7 7 </view>
8 8 <view class='divide_line_30'></view>
9 9 <view style="height:104rpx;padding:0 30rpx;background-color:#fff">
... ... @@ -24,7 +24,7 @@
24 24
25 25 <picker style="height:104rpx;padding:0 30rpx;background-color:#fff" mode="selector" bindchange="bindRegionChange" range="{{province}}" >
26 26 <text class="text_gray7_34">开户银行省份</text>
27   - <view wx:if="{{bank_card_province.length>0}}" class="input_wrap rigion_choosed">
  27 + <view wx:if="{{bank_province.length>0}}" class="input_wrap rigion_choosed">
28 28 {{bank_province}}
29 29 </view>
30 30 <view wx:else class="input_wrap rigion_notchoosed}}">
... ... @@ -53,7 +53,7 @@
53 53 </view>
54 54 <view style="margin:2rpx 40rpx">
55 55 <text class="text_gray6_28">开户行省份:</text>
56   - <text class="text_gray6_28 float_right">{{bank_card_province}}</text>
  56 + <text class="text_gray6_28 float_right">{{bank_province}}</text>
57 57 </view>
58 58 <view class='divide_line_f5f5f5' style="margin-top:30rpx"></view>
59 59
... ...
注册登录 后发表评论