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

@ -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'
});
return;
}
jifenToShare({count:this.consumeToShareNum}).then(res=>{
this.getUserInfo()

Loading…
Cancel
Save