|
@@ -93,18 +93,18 @@
|
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
|
</view>
|
|
</view>
|
|
|
<view class="num-wrapper">
|
|
<view class="num-wrapper">
|
|
|
- <view class="num-item" v-if="userInfo.balance_func_status" @click="goMenuPage('/pages/users/user_money/index')">
|
|
|
|
|
- <text class="num">{{ userInfo.now_money || 0 }}</text>
|
|
|
|
|
- <view class="txt">{{ $t('余额') }}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="num-item" v-else @click="goMenuPage('/pages/users/user_goods_collection/index')">
|
|
|
|
|
- <text class="num">{{ userInfo.collectCount || 0 }}</text>
|
|
|
|
|
- <view class="txt">{{ $t('收藏') }}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="num-item" @click="goMenuPage('/pages/users/user_coupon/index')">
|
|
|
|
|
- <text class="num">{{ userInfo.couponCount || 0 }}</text>
|
|
|
|
|
- <view class="txt">{{ $t('优惠券') }}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+<!-- <view class="num-item" v-if="userInfo.balance_func_status" @click="goMenuPage('/pages/users/user_money/index')">-->
|
|
|
|
|
+<!-- <text class="num">{{ userInfo.now_money || 0 }}</text>-->
|
|
|
|
|
+<!-- <view class="txt">{{ $t('余额') }}</view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- <view class="num-item" v-else @click="goMenuPage('/pages/users/user_goods_collection/index')">-->
|
|
|
|
|
+<!-- <text class="num">{{ userInfo.collectCount || 0 }}</text>-->
|
|
|
|
|
+<!-- <view class="txt">{{ $t('收藏') }}</view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
+<!-- <view class="num-item" @click="goMenuPage('/pages/users/user_coupon/index')">-->
|
|
|
|
|
+<!-- <text class="num">{{ userInfo.couponCount || 0 }}</text>-->
|
|
|
|
|
+<!-- <view class="txt">{{ $t('优惠券') }}</view>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
<view class="num-item" @click="goMenuPage('/pages/users/user_integral/index')">
|
|
<view class="num-item" @click="goMenuPage('/pages/users/user_integral/index')">
|
|
|
<text class="num">{{ userInfo.integral || 0 }}</text>
|
|
<text class="num">{{ userInfo.integral || 0 }}</text>
|
|
|
<view class="txt">{{ $t('积分') }}</view>
|
|
<view class="txt">{{ $t('积分') }}</view>
|
|
@@ -378,7 +378,7 @@ export default {
|
|
|
member_style: 0,
|
|
member_style: 0,
|
|
|
my_banner_status: 0,
|
|
my_banner_status: 0,
|
|
|
is_diy: uni.getStorageSync('is_diy'),
|
|
is_diy: uni.getStorageSync('is_diy'),
|
|
|
- copyRightPic: '/static/images/support.png' //版权图片
|
|
|
|
|
|
|
+ copyRightPic: '' //版权图片
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
onLoad(option) {
|
|
onLoad(option) {
|