27 lines
1.1 KiB
Plaintext
27 lines
1.1 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-col mt-25">
|
|
<view class="flex-row justify-between items-center">
|
|
<text class="font text_3">支付宝账号</text>
|
|
<text class="font_2 text_4">15888610253</text>
|
|
</view>
|
|
<view class="flex-row justify-between items-center group_3 mt-21">
|
|
<text class="font text_6">开户银行</text>
|
|
<text class="font_2 text_5">浙江省台州市中国工商银行台州蓬街支行</text>
|
|
</view>
|
|
</view>
|
|
<view class="flex-row justify-between mt-25">
|
|
<text class="font text_7">银行卡号</text>
|
|
<text class="font_2">62220********363442</text>
|
|
</view>
|
|
</view>
|
|
<view class="flex-col justify-start items-center self-center text-wrapper"><text class="text_8">修改账户</text></view>
|
|
</view> |