33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
<view class="flex-col page">
|
|
<image
|
|
class="self-center image"
|
|
src="./images/zh.png"
|
|
/>
|
|
<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>
|
|
</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>
|
|
</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>
|
|
</view>
|
|
<view class="flex-row justify-between items-center group_4">
|
|
<text class="font">开户银行</text>
|
|
<text class="font_2 text_5">浙江省台州市中国工商银行台州蓬街支行</text>
|
|
</view>
|
|
</view>
|
|
<view class="flex-row justify-between mt-27">
|
|
<text class="font text_6">银行卡号</text>
|
|
<text class="font_2">62220********363442</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> |