抽奖次数修改
This commit is contained in:
parent
afa4afbab6
commit
f1f5582381
|
|
@ -421,7 +421,7 @@
|
|||
console.warn('###当前处于模拟的请求接口,并返回了中奖信息###')
|
||||
const res = await this.$Request.getT('app/discSpinning/draw')
|
||||
this.freeNum--
|
||||
this.getCount()
|
||||
// this.getCount()
|
||||
console.log(res);
|
||||
if (res.code != 0) {
|
||||
return uni.showToast({
|
||||
|
|
|
|||
Loading…
Reference in New Issue