文案更新

master
Santaner 9 months ago
parent 758d5f6cf3
commit 243d3417c5
  1. 1
      pages/user/index.vue
  2. 2
      pages/users/spread_statistics/index.vue
  3. 4
      pages/users/user_payout/index.vue
  4. 2
      pages/users/user_wallet/index.vue

@ -571,6 +571,7 @@
that.is_promoter = res.data.is_promoter;
that.extension_status = res.data.extension_status;
that.getMyMenus();
uni.setStorageSync('point_price',that.userInfo.point_price);
// #ifdef H5
if (that.$wechat.isWeixin()) {

@ -1,6 +1,6 @@
<template>
<view :style="viewColor">
<view class="title">推荐人数据统计
<view class="title">辅导员数据统计
<view><span class="info">昵称: {{ realInfo.nickname }} </span></view>
<view>
<span class="info">ID: {{realInfo.uid}}</span>

@ -142,6 +142,7 @@
brokerage_price:'',
may_value:'',
shouxufei:'',
point_price:'',
// real_price:'',
// pre_price:''
};
@ -150,7 +151,7 @@
...mapGetters(['isLogin','viewColor']),
... configMap(['sys_extension_type', 'withdraw_type']),
pre_price: function(){
return this.accMul(this.extract_price,this.proportion);
return this.accMul(this.extract_price,this.point_price);
},
real_price: function(){
return this.accMul(this.pre_price,0.658);
@ -174,6 +175,7 @@
this.brokerage_price = uni.getStorageSync('brokerage_price');
this.may_value = uni.getStorageSync('may_value');
this.shouxufei = uni.getStorageSync('shouxufei');
this.point_price = uni.getStorageSync('point_price');
// this.pre_price = this.extract_price*this.proportion;
// this.real_price =this.extract_price*this.proportion*0.7*0.94;

@ -18,7 +18,7 @@
<view class='money'>{{userInfo.brand_integral || 0}}</view>
</view>
<view class='item' >
<view>贡献值</view>
<view>当前贡献值</view>
<view class='money'>{{brandInfo.all_value || 0}}</view>
</view>
<view class='item'>

Loading…
Cancel
Save