| <view class="container"> |
| |
| <view class="global-background"> |
| <view class="inline-item center" style="margin-top: 50rpx;"> |
| <view class="input-desc"> |
| 姓名 |
| </view> |
| <input placeholder="请输入真实姓名" style="width: 70%;" bindinput="setName"></input> |
| </view> |
| <view class="inline-item center" > |
| <view class="input-desc"> |
| 证件类型 |
| </view> |
| <picker style="width: 70%;" bindchange="bindPickerChange" value="{{index}}" range="{{array}}">{{array[index]}}</picker> |
| </view> |
| <view class=" inline-item center "> |
| <view class="input-desc "> |
| 证件号 |
| </view> |
| <input placeholder="请输入证件号 " style="width: 70%; " bindinput="setIdCode"></input> |
| </view> |
| <view class="inline-item center " > |
| <view class="input-desc "> |
| 银行卡号 |
| </view> |
| <input placeholder="市民卡对应的银行卡号 " style="width: 70%; " bindinput="setBankcard"></input> |
| </view> |
| <button bindtap="doNext" class="long-btn " style="width: 90%; ">下一步</button> |
| </view> |
| </view> |