master
bruce 10 months ago
parent e45e9ad425
commit 619d7128f2
  1. 2
      manifest.json
  2. 5
      pages/news_details/index.vue
  3. 22
      pages/user/index.vue

@ -1,6 +1,6 @@
{
"name" : "CRMEB",
"appid" : "__UNI__75433AA",
"appid" : "__UNI__3DEF511",
"description" : "",
"versionName" : "1.0.4",
"versionCode" : 127,

@ -79,6 +79,7 @@
isAuto: false, //
isShowAuth: false, //
realInfo:{},
shareUserId:0
};
},
computed:{
@ -89,6 +90,10 @@
*/
onLoad: function(options) {
this.getCheck();
console.log(options.hasOwnProperty('shareUserId'))
if (options.hasOwnProperty('shareUserId')) {
this.shareUserId = options.shareUserId;
}
if (options.hasOwnProperty('id')) {
this.id = options.id;
} else {

@ -67,20 +67,30 @@
<text class="num">{{brandInfo.brokerage_price || 0}}</text>
<view class="txt">增值积分</view>
</view>
<!-- <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>
<view class="txt">关注店铺</view>
</view> -->
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')">
<text class="num">{{brandInfo.all_value || 0}}</text>
<view class="txt">总贡献值</view>
<text class="num">{{userInfo.point_price || 0}}</text>
<view class="txt">增积分</view>
</view>
</view>
<view class="num-wrapper skeleton-rect">
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')">
<text class="num">{{brandInfo.hp_value || 0}}</text>
<view class="txt">生命值</view>
</view>
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')">
<text class="num">{{userInfo.asset_price || 0}}</text>
<view class="txt">个人资产</view>
</view>
<!-- <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>
<view class="txt">关注店铺</view>
</view> -->
<view class="num-item" @click="goMenuPage('/pages/users/user_wallet/index')">
<text class="num">{{brandInfo.all_value || 0}}</text>
<view class="txt">总贡献值</view>
</view>
</view>
<navigator hover-class="none" :url="userInfo.is_svip > 0 ? '/pages/annex/vip_center/index' : '/pages/annex/vip_paid/index'" class="cardVipA acea-row row-between-wrapper" v-if="userInfo.svip_open && svip_switch_status == 1">
<image class="svip_user" src="/static/images/svip_user.png"></image>

Loading…
Cancel
Save