个人中心添加品宣积分

master
santaner 10 months ago
parent 9a508e354a
commit 61262fa3ce
  1. 4
      pages/user/index.vue
  2. 4
      pages/users/user_wallet/index.vue

@ -59,6 +59,10 @@
</view> </view>
</view> </view>
<view class="num-wrapper skeleton-rect"> <view class="num-wrapper skeleton-rect">
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')">
<text class="num">{{userInfo.brand_integral || 0}}</text>
<view class="txt">品宣积分</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.brokerage_price || 0}}</text> <text class="num">{{brandInfo.brokerage_price || 0}}</text>
<view class="txt">增值积分</view> <view class="txt">增值积分</view>

@ -13,6 +13,10 @@
</view> </view>
<view class='cumulative acea-row row-top'> <view class='cumulative acea-row row-top'>
<!-- v-if="balance_func_status == 1" --> <!-- v-if="balance_func_status == 1" -->
<view class='item' >
<view>品宣积分</view>
<view class='money'>{{userInfo.brand_integral || 0}}</view>
</view>
<view class='item' > <view class='item' >
<view>总贡献值</view> <view>总贡献值</view>
<view class='money'>{{brandInfo.all_value || 0}}</view> <view class='money'>{{brandInfo.all_value || 0}}</view>

Loading…
Cancel
Save