完成小程序前端部分
This commit is contained in:
@ -8,20 +8,26 @@
|
||||
<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 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_3 mt-21">
|
||||
<text class="font text_6">开户银行</text>
|
||||
<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-25">
|
||||
<text class="font text_7">银行卡号</text>
|
||||
<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"><text class="text_8">修改账户</text></view>
|
||||
<view class="flex-col justify-start items-center self-center text-wrapper" bind:tap="gotoEditBankCardInfo">
|
||||
<text class="font text_7">修改账户</text>
|
||||
</view>
|
||||
</view>
|
Reference in New Issue
Block a user