From 66a1b540448c3438ab9d9f77076f52bccf96351d Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 26 Dec 2024 16:11:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8=E9=A2=86?= =?UTF-8?q?=E5=8F=96=E6=8A=BD=E5=A5=96=E4=BC=A0=E5=8F=82=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- me/choujiang/choujiang.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/me/choujiang/choujiang.vue b/me/choujiang/choujiang.vue index 7dbeb9b..2306a4f 100644 --- a/me/choujiang/choujiang.vue +++ b/me/choujiang/choujiang.vue @@ -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