From 54dc906e3582d4ae64cf3daea94c98db8f730a4c Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Thu, 23 Feb 2023 11:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=A8=E6=88=BF=EF=BC=9A=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E4=B8=8B=E5=8E=A8=E4=B8=8D=E6=88=90=E5=8A=9F=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=86=8D=E6=AC=A1=E4=B8=8B=E5=8D=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/activity/act-ocean/js/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/peko/activity/act-ocean/js/index.js b/view/peko/activity/act-ocean/js/index.js index 32b5af0..8013178 100644 --- a/view/peko/activity/act-ocean/js/index.js +++ b/view/peko/activity/act-ocean/js/index.js @@ -649,15 +649,18 @@ const sendUserDrawInfo = (itemId, num, tais) => { }) hideLoading(layerIndex) } else if (31005) { + lock = !lock toastMsg(res.message) hideLoading(layerIndex) } else { + lock = !lock toastMsg(res.message) hideLoading(layerIndex) } }, error (err) { + lock = !lock toastMsg('網絡錯誤,請退出重進') hideLoading(layerIndex) }