正在显示
2 个修改的文件
包含
5 行增加
和
3 行删除
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | <form style="width:100%;" bindsubmit='formSubmit'> | 3 | <form style="width:100%;" bindsubmit='formSubmit'> |
| 4 | <view style="height:104rpx;padding:0 30rpx;background-color:#fff;margin-bottom:1rpx"> | 4 | <view style="height:104rpx;padding:0 30rpx;background-color:#fff;margin-bottom:1rpx"> |
| 5 | <text class="text_gray7_34">开户人姓名</text> | 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 | </view> | 7 | </view> |
| 8 | <view class='divide_line_30'></view> | 8 | <view class='divide_line_30'></view> |
| 9 | <view style="height:104rpx;padding:0 30rpx;background-color:#fff"> | 9 | <view style="height:104rpx;padding:0 30rpx;background-color:#fff"> |
| @@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
| 24 | 24 | ||
| 25 | <picker style="height:104rpx;padding:0 30rpx;background-color:#fff" mode="selector" bindchange="bindRegionChange" range="{{province}}" > | 25 | <picker style="height:104rpx;padding:0 30rpx;background-color:#fff" mode="selector" bindchange="bindRegionChange" range="{{province}}" > |
| 26 | <text class="text_gray7_34">开户银行省份</text> | 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 | {{bank_province}} | 28 | {{bank_province}} |
| 29 | </view> | 29 | </view> |
| 30 | <view wx:else class="input_wrap rigion_notchoosed}}"> | 30 | <view wx:else class="input_wrap rigion_notchoosed}}"> |
| @@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
| 53 | </view> | 53 | </view> |
| 54 | <view style="margin:2rpx 40rpx"> | 54 | <view style="margin:2rpx 40rpx"> |
| 55 | <text class="text_gray6_28">开户行省份:</text> | 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 | </view> | 57 | </view> |
| 58 | <view class='divide_line_f5f5f5' style="margin-top:30rpx"></view> | 58 | <view class='divide_line_f5f5f5' style="margin-top:30rpx"></view> |
| 59 | 59 |
请
注册
或
登录
后发表评论