抽奖优化更新

This commit is contained in:
GaoHao
2025-01-09 10:50:42 +08:00
parent 339ddfc493
commit d4237d4365
4 changed files with 10 additions and 228 deletions

View File

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