You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
591 B
19 lines
591 B
3 years ago
|
<!--pages/user/bindCard/index.wxml-->
|
||
|
<view class="bindcard-page">
|
||
|
<view class="form">
|
||
|
<view class="form-item">
|
||
|
<view class="label">持卡人</view>
|
||
|
<input type="text" placeholder="请输入持卡人姓名" />
|
||
|
</view>
|
||
|
<view class="form-item">
|
||
|
<view class="label">银行卡号</view>
|
||
|
<input type="text" placeholder="请输入银行卡号" />
|
||
|
</view>
|
||
|
<view class="form-item">
|
||
|
<view class="label">开户行</view>
|
||
|
<input type="text" placeholder="请输入开户行" />
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="submit">确定</view>
|
||
|
</view>
|