From bc9bc487c1a666b5e6de0c1fd5ebae80da29898f Mon Sep 17 00:00:00 2001 From: qf Date: Thu, 8 Dec 2022 18:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=9F=E7=BA=A7=E5=8E=A8=E6=88=BF=EF=BC=9A?= =?UTF-8?q?=E5=8F=91=E9=80=81=E6=8A=BD=E5=A5=96=E6=8E=A5=E5=8F=A3=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/activity/act-ocean/js/index.js | 4 ++-- view/peko/activity/act-ocean/result.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view/peko/activity/act-ocean/js/index.js b/view/peko/activity/act-ocean/js/index.js index 4b59a7a..8374d9a 100644 --- a/view/peko/activity/act-ocean/js/index.js +++ b/view/peko/activity/act-ocean/js/index.js @@ -32,7 +32,7 @@ const toastMsg = (content = '操作完成', time = 2) => { }) } -if (!browser.app) { //false +if (false) { //!browser.app toastMsg('請在app內打開!'); } else { $('.wrap').removeClass('no-in-app') @@ -586,7 +586,7 @@ const sendUserDrawInfo = (itemId, num) => { networkRequest({ type: 'POST', url: urlPrefix + '/act/luckySea/draw', - contentType: 'application/json', + // contentType: 'application/json', // data: `[ { // "itemId":${itemId}, // "num":${num} diff --git a/view/peko/activity/act-ocean/result.html b/view/peko/activity/act-ocean/result.html index 550e693..9a7bd38 100644 --- a/view/peko/activity/act-ocean/result.html +++ b/view/peko/activity/act-ocean/result.html @@ -19,7 +19,7 @@