修复自动领取抽奖传参丢失问题
This commit is contained in:
@@ -484,11 +484,11 @@
|
|||||||
} else {
|
} else {
|
||||||
tipContent = `恭喜您,获得 ${name}${this.result.type==2?(this.result.number+'元'):''} !`
|
tipContent = `恭喜您,获得 ${name}${this.result.type==2?(this.result.number+'元'):''} !`
|
||||||
this.showLingPop({...this.result})
|
this.showLingPop({...this.result})
|
||||||
|
const cacheData={...this.result}
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
this.$Request.postJson('app/discSpinning/receive', this.result)
|
this.$Request.postJson('app/discSpinning/receive',cacheData )
|
||||||
},1000)
|
},1000)
|
||||||
}
|
}
|
||||||
const _this=this;
|
|
||||||
console.log(this.result);
|
console.log(this.result);
|
||||||
this.result=''
|
this.result=''
|
||||||
this.prizeing = false
|
this.prizeing = false
|
||||||
|
|||||||
Reference in New Issue
Block a user