liudan 1 week ago
parent 2ed4c4beac
commit e05dbbb572
  1. 3
      pages/users/user_integral/index.vue

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

Loading…
Cancel
Save