51 lines
2.2 KiB
Plaintext
51 lines
2.2 KiB
Plaintext
<view class="flex-col page">
|
|
<view class="flex-col self-stretch section">
|
|
<view class="flex-col self-stretch section_2">
|
|
<text class="self-start font text">钱包余额</text>
|
|
<view class="flex-row justify-between items-center self-stretch group">
|
|
<text class="text_2">10.00</text>
|
|
<view class="flex-col justify-start items-center text-wrapper"><text class="font text_3">去提现</text></view>
|
|
</view>
|
|
<view class="flex-row self-stretch group_2">
|
|
<view class="flex-row items-baseline">
|
|
<text class="font text_4">提现中</text>
|
|
<text class="ml-8 font_2">¥0</text>
|
|
</view>
|
|
<view class="flex-row items-baseline ml-33">
|
|
<text class="font text_5">已提现</text>
|
|
<text class="font_2 ml-7">¥0</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex-row justify-between equal-division group_3">
|
|
<view class="flex-row items-center">
|
|
<image
|
|
class="shrink-0 image"
|
|
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=5b47f43998169373795876f13b2480b0.png"
|
|
/>
|
|
<text class="ml-4 font text_6">更改账户</text>
|
|
</view>
|
|
<view class="horiz-divider section_3"></view>
|
|
<view class="flex-row items-center">
|
|
<image
|
|
class="shrink-0 image"
|
|
src="https://ide.code.fun/api/image?token=682c6f4f4ae84d0012300213&name=4a5c5ed7934395e4f8a9345bee8129ff.png"
|
|
/>
|
|
<text class="ml-4 font text_7">提现记录</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<text class="mt-24 self-start font_3 text_8">资金变动记录</text>
|
|
<view class="mt-24 flex-col self-stretch list">
|
|
<view class="flex-col list-item mt-13" wx:for="{{items}}" wx:for-item="item" wx:for-index="index" wx:key="index">
|
|
<view class="flex-row">
|
|
<text class="flex-1 font_4">美团省钱包-春季活动(2.9元购买30元券包(5月1日-5.5日))</text>
|
|
<text class="shrink-0 self-start font_5 text_9 ml-21">+1.20</text>
|
|
</view>
|
|
<view class="mt-12 flex-row justify-between items-center">
|
|
<text class="font_6 text_10">2025-02-10 12:10:29</text>
|
|
<text class="font_3">11.20</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |