26 lines
733 B
Plaintext
26 lines
733 B
Plaintext
<view class="box">
|
|
<view class="card">
|
|
<view class="user">
|
|
<image class="head"></image>
|
|
<text>于于于宇于</text>
|
|
</view>
|
|
<view class="balance">
|
|
<text>账户余额</text>
|
|
<text>480.00</text>
|
|
</view>
|
|
</view>
|
|
<view class="list">
|
|
<view class="option">
|
|
<view>我的订单</view>
|
|
<view>></view>
|
|
</view>
|
|
<view class="option">
|
|
<view>我的订单</view>
|
|
<view>></view>
|
|
</view>
|
|
<view class="option">
|
|
<view>会员中心</view>
|
|
<view><text style="font-size:28rpx;color:#999;">非会员 </text>></view>
|
|
</view>
|
|
</view>
|
|
</view> |