| | |
| | | mode="scaleToFill" /> |
| | | |
| | | <view class="title"> |
| | | <uni-icons class="icon" type="left" size="24" @click="backpage"></uni-icons> |
| | | <uni-icons class="icon" type="left" size="24" @click="backpage()"></uni-icons> |
| | | 积分兑换 |
| | | </view> |
| | | <view class="flex point-info"> |
| | | <view class="point-record m-r-a"> |
| | | <view class="text-center title">我的积分</view> |
| | | <view class="flex"> |
| | | <view class="flex" @click="goto('/sub_pages/customer/coupon/point-history',true)"> |
| | | <image src="../../../static/images/customer/coupon/icon-point.png" class="point-icon"> |
| | | </image> |
| | | {{currentInfo.currentPoint || 0}} |
| | | <uni-icons class="icon" type="right" size="32"></uni-icons> |
| | | </view> |
| | | </view> |
| | | <view class="m-l-a m-r-0 rule"> |
| | | <view class="m-l-a m-r-0 rule" @click="goto('/pages/help/content?id=积分规则',false)"> |
| | | <view class="flex w-fit m-l-a m-r-15"> |
| | | <view class="m-r-10">规则</view> |
| | | <image src="../../../static/images/customer/coupon/icon-rule.png" class="rule-icon"> |