|
@@ -28,7 +28,7 @@
|
|
|
|
|
|
<view class='container' style="top: {{StatusBar}}px;">
|
|
|
<view class="pt30">
|
|
|
- <view class="fs36 ml20 tc">请上传银行卡号</view>
|
|
|
+ <view class="fs36 ml20 tc" bindtap="takeBand" >请上传银行卡号</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="identify-box" style="heigth:300rpx;">
|
|
@@ -38,28 +38,26 @@
|
|
|
<image wx:else src="/img/card.png" class="identify-img-1" bindtap="takeBand" />
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="cu-list menu" style="margin-top:40rpx;">
|
|
|
- <view class="cu-item">
|
|
|
- <view class="content">
|
|
|
- <text class="cuIcon-card text-grey"></text>
|
|
|
- <text class="text-grey">银行卡号:{{info.band_code}}</text>
|
|
|
+ <form bindsubmit="saveBandInfo">
|
|
|
+ <view class="cu-list menu" style="margin-top:40rpx;">
|
|
|
+ <view class="cu-item">
|
|
|
+ <view class="cu-form-group" >
|
|
|
+ <text class="cuIcon-card text-grey"></text>
|
|
|
+ <view class="title solids-right text-grey">银行卡号:</view>
|
|
|
+ <input class="ml20" value="{{info.band_code}}" name="band_code"></input>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="cu-item">
|
|
|
- <view class="content">
|
|
|
- <text class="cuIcon-info text-grey"></text>
|
|
|
- <text class="text-grey">银行名字: {{info.band_name}} </text>
|
|
|
+ <view class="cu-item">
|
|
|
+ <view class="cu-form-group">
|
|
|
+ <text class="cuIcon-info text-grey"></text>
|
|
|
+ <view class="title solids-right text-grey">银行名称:</view>
|
|
|
+ <input class ="ml20" value="{{info.band_name}}" name="band_name"></input>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ <view class="padding flex flex-direction" >
|
|
|
+ <button class="cu-btn bg-green margin-tb-sm lg" form-type="submit">保存信息</button>
|
|
|
+ </view>
|
|
|
+ </form>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="padding flex flex-direction" wx:if="info.band_img" >
|
|
|
- <button class="cu-btn bg-green margin-tb-sm lg">已经认证</button>
|
|
|
- </view>
|
|
|
- <view class="padding flex flex-direction" wx:else>
|
|
|
- <button class="cu-btn bg-green margin-tb-sm lg">确认</button>
|
|
|
- </view>
|
|
|
-
|
|
|
</scroll-view>
|