You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.9 KiB
Plaintext

<!-- 卡信息 -->
<view class='card_info'>
<!-- -->
<view class='content'>
<image class='user_head' src='{{avatarUrl}}'></image>
<view class='user_name'>{{nickName}}</view>
<view class='user_name cy-right-float' bindtap='cy_cardCode'>
<text class='iconfont icon-qrcode' style='font-size:40px; color: white;'></text>
</view>
<view class='user_no'>{{cardNo}}</view>
</view>
</view>
<!-- -->
<view class='user_card_info'>
<view class='card_content_info'>
<view class='card_content_top'>余额</view>
<view class='card_content_bottom'>{{amount}}</view>
</view>
<view class='card_content_info'>
<view class='card_content_top'>积分</view>
<view class='card_content_bottom'>{{totalPoint}}</view>
</view>
</view>
<view bindtap='cy_clickMyAddress' class='user_top_common'>
<text class='user_text'>我的地址</text>
<text class="iconfont icon-xiangyoujiantou slidIcon"></text>
</view>
<view bindtap='cy_clickMyOrder' class='user_bottom_common'>
<text class='user_text'>我的订单</text>
<text class="iconfont icon-xiangyoujiantou slidIcon"></text>
</view>
<view bindtap='clickRechargeRecord' class='user_bottom_common'>
<text class='user_text'>充值记录</text>
<text class="iconfont icon-xiangyoujiantou slidIcon"></text>
</view>
<view bindtap='clickConsumeRecord' class='user_bottom_common'>
<text class='user_text'>消费记录</text>
<text class="iconfont icon-xiangyoujiantou slidIcon"></text>
</view>
<view bindtap='clickCardRecharge' class='user_bottom_common'>
<text class='user_text'>去充值</text>
<text class="iconfont icon-xiangyoujiantou slidIcon"></text>
</view>
<view bindtap='cy_couponCenter' class='user_bottom_common'>
<text class='user_text'>去领券</text>
<text class="iconfont icon-xiangyoujiantou slidIcon"></text>
</view>
<!-- <view class='user_card_info'>
完善资料
</view> -->
<!-- <view class='user_card_info'>
设置密码
</view> -->