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 @@