@ -243,13 +243,14 @@
});
return;
}
if((this.consumeToShareNum*this.consumeToShare).toFixed(2)>this.consume){
if(Number(this.consumeToShareNum*this.consumeToShare).toFixed(2)>Number(this.consume)){
uni.showToast({
title: '积分不足',
icon:'none'
jifenToShare({count:this.consumeToShareNum}).then(res=>{
this.getUserInfo()