我的页面完成

This commit is contained in:
2019-12-14 08:52:25 +08:00
parent b7d7d5bd6f
commit 78f6cf1af0
7 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<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>