|
|
@ -63,27 +63,27 @@ |
|
|
|
|
|
|
|
<view class="card_bottom"> |
|
|
|
<!-- bindtap="navToCoupon" --> |
|
|
|
<view> |
|
|
|
<view>{{user.coupon_num?user.coupon_num:'—'}}</view> |
|
|
|
<text>优惠券</text> |
|
|
|
</view> |
|
|
|
<view bindtap="navToScore"> |
|
|
|
<view>{{user?user.score:'—'}}</view> |
|
|
|
<text>积分</text> |
|
|
|
</view> |
|
|
|
<view bindtap="navToWallet"> |
|
|
|
<view> |
|
|
|
{{user?user.money:'—'}} |
|
|
|
</view> |
|
|
|
<text>余额</text> |
|
|
|
</view> |
|
|
|
<view bindtap="navToCollection"> |
|
|
|
<view class="relative" style="top: -6rpx;"> |
|
|
|
{{user?collection_num:'—'}} |
|
|
|
</view> |
|
|
|
<text>我的收藏</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<view>{{user.coupon_num?user.coupon_num:'—'}}</view> |
|
|
|
<text>优惠券</text> |
|
|
|
</view> |
|
|
|
<view bindtap="navToScore"> |
|
|
|
<view>{{user?user.score:'—'}}</view> |
|
|
|
<text>积分</text> |
|
|
|
</view> |
|
|
|
<view bindtap="navToWallet"> |
|
|
|
<view> |
|
|
|
{{user?user.money:'—'}} |
|
|
|
</view> |
|
|
|
<text>余额</text> |
|
|
|
</view> |
|
|
|
<view bindtap="navToCollection"> |
|
|
|
<view class="relative" style="top: -6rpx;"> |
|
|
|
{{user?collection_num:'—'}} |
|
|
|
</view> |
|
|
|
<text>我的收藏</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 我的订单 --> |
|
|
|
<view class='user_dd'> |
|
|
|
<view class='dd_stu'> |
|
|
|