From 97d039df5ca0322c9f41a9651fb9997ca9c6d812 Mon Sep 17 00:00:00 2001 From: zhangds Date: Fri, 31 May 2024 15:50:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=85=85=E5=80=BC?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=90=8E=E5=88=B7=E6=96=B0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 682a598..bb16f07 100644 --- a/index.html +++ b/index.html @@ -187,6 +187,8 @@ state.popObj = state.popObjArr[1]; state.popObj.msg1 = `恭喜兑换成功 ${sliceStr(res.data.name)[0]}${sliceStr(res.data.name)[1]}`; state.popOkType = 1; + + getGoodsList(); } else { state.popObj = state.popObjArr[2]; state.popOkType = 2;