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