commission--yt-commit
This commit is contained in:
@ -6,28 +6,28 @@
|
||||
<view class="flex-col self-stretch group">
|
||||
<view class="flex-row justify-between group_2">
|
||||
<text class="font text">姓名</text>
|
||||
<text class="font text_2">陈新知</text>
|
||||
<text class="font text_2">{{cardHolder}}</text> <!-- 绑定姓名 -->
|
||||
</view>
|
||||
<view class="flex-row justify-between items-center group_2 mt-27">
|
||||
<text class="font text_3">手机号</text>
|
||||
<text class="font_2 text_4">15888610253</text>
|
||||
<text class="font_2 text_4">{{phoneNumber}}</text> <!-- 绑定手机号 -->
|
||||
</view>
|
||||
<view class="flex-col mt-27">
|
||||
<view class="flex-row justify-between items-center group_3">
|
||||
<text class="font">身份证号</text>
|
||||
<text class="font_2">33100420******50910</text>
|
||||
<text class="font_2">{{idCardNumber}}</text> <!-- 绑定身份证号 -->
|
||||
</view>
|
||||
<view class="flex-row justify-between items-center group_4">
|
||||
<text class="font">开户银行</text>
|
||||
<text class="font_2 text_5">浙江省台州市中国工商银行台州蓬街支行</text>
|
||||
<text class="font_2 text_5">{{openBank}}</text> <!-- 绑定开户银行 -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-row justify-between mt-27">
|
||||
<text class="font text_6">银行卡号</text>
|
||||
<text class="font_2">62220********363442</text>
|
||||
<text class="font_2">{{bankCardNumber}}</text> <!-- 绑定银行卡号 -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-col justify-start items-center self-center text-wrapper" bind:tap="gotoEditBankCardInfo">
|
||||
<text class="font text_7">修改账户</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user