星级厨房:发送抽奖接口数据类型修改

This commit is contained in:
qf
2022-12-08 18:44:05 +08:00
committed by Dragon
parent 7ef958b09c
commit bc9bc487c1
2 changed files with 3 additions and 3 deletions

View File

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