43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
<view class="box">
|
|
<view class="card">
|
|
<view class="user">
|
|
<image class="head"></image>
|
|
<text bind:tap="login">{{openid == ""?'点击登录':username}}</text>
|
|
</view>
|
|
<view class="balance">
|
|
<text>账户余额</text>
|
|
<text>480.00</text>
|
|
</view>
|
|
</view>
|
|
<view class="list">
|
|
<view class="option" bindtap="toorder">
|
|
<view>我的订单</view>
|
|
<view>></view>
|
|
</view>
|
|
<view class="option" bindtap="toaddress">
|
|
<view>地址管理</view>
|
|
<view>></view>
|
|
</view>
|
|
<view class="option" bindtap="toserver">
|
|
<view>在线客服</view>
|
|
<!-- <view><text style="font-size:28rpx;color:#999;">非会员 </text>></view> -->
|
|
</view>
|
|
<view class="option" bindtap="tomember">
|
|
<view>会员中心</view>
|
|
<view><text style="font-size:28rpx;color:#999;">非会员 </text>></view>
|
|
</view>
|
|
<view class="option" bindtap="toyue">
|
|
<view>我的余额</view>
|
|
<!-- <view><text style="font-size:28rpx;color:#999;">非会员 </text>></view> -->
|
|
</view>
|
|
<view class="option" bindtap="toyongjin">
|
|
<view>当前佣金</view>
|
|
<!-- <view><text style="font-size:28rpx;color:#999;">非会员 </text>></view> -->
|
|
</view>
|
|
<view class="option" bindtap="share">
|
|
<view>分 享</view>
|
|
<!-- <view><text style="font-size:28rpx;color:#999;">非会员 </text>></view> -->
|
|
</view>
|
|
|
|
</view>
|
|
</view> |