修复自动领取抽奖传参丢失问题

This commit is contained in:
2024-12-26 16:11:05 +08:00
parent 1a5e4de454
commit 66a1b54044

View File

@@ -484,11 +484,11 @@
} else {
tipContent = `恭喜您,获得 ${name}${this.result.type==2?(this.result.number+'元'):''} `
this.showLingPop({...this.result})
const cacheData={...this.result}
setTimeout(()=>{
this.$Request.postJson('app/discSpinning/receive', this.result)
this.$Request.postJson('app/discSpinning/receive',cacheData )
},1000)
}
const _this=this;
console.log(this.result);
this.result=''
this.prizeing = false