|
|
@ -67,14 +67,16 @@ |
|
|
|
<text class="num">{{brandInfo.brokerage_price || 0}}</text> |
|
|
|
<text class="num">{{brandInfo.brokerage_price || 0}}</text> |
|
|
|
<view class="txt">增值积分</view> |
|
|
|
<view class="txt">增值积分</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-if="hide_mer_status == 0" class="num-item" @click="goMenuPage('/pages/users/user_goods_collection/index?tab=2')"> |
|
|
|
<!-- <view v-if="hide_mer_status == 0" class="num-item" @click="goMenuPage('/pages/users/user_goods_collection/index?tab=2')"> |
|
|
|
<text class="num">{{userInfo.total_collect_store || 0}}</text> |
|
|
|
<text class="num">{{userInfo.total_collect_store || 0}}</text> |
|
|
|
<view class="txt">关注店铺</view> |
|
|
|
<view class="txt">关注店铺</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')"> |
|
|
|
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')"> |
|
|
|
<text class="num">{{brandInfo.all_value || 0}}</text> |
|
|
|
<text class="num">{{brandInfo.all_value || 0}}</text> |
|
|
|
<view class="txt">总贡献值</view> |
|
|
|
<view class="txt">总贡献值</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="num-wrapper skeleton-rect"> |
|
|
|
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')"> |
|
|
|
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')"> |
|
|
|
<text class="num">{{brandInfo.hp_value || 0}}</text> |
|
|
|
<text class="num">{{brandInfo.hp_value || 0}}</text> |
|
|
|
<view class="txt">生命值</view> |
|
|
|
<view class="txt">生命值</view> |
|
|
@ -773,7 +775,7 @@ |
|
|
|
width: 25%; |
|
|
|
width: 25%; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
.num { |
|
|
|
.num { |
|
|
|
font-size: 42rpx; |
|
|
|
font-size: 36rpx; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
.txt { |
|
|
|
.txt { |
|
|
|