新年活动:余额不足状态码问题修复,替换规则图片

This commit is contained in:
qf
2022-12-26 11:12:47 +08:00
parent 66d1cff449
commit 53ee72b18c
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -31,7 +31,7 @@ const toastMsg = (content = '操作完成', time = 2) => {
})
}
if (false) {//!browser.app
if (!browser.app) {//
toastMsg('請在app內打開');
} else {
$('.wrap').removeClass('no-in-app')
@@ -190,7 +190,7 @@ function openFireworks(type, num) {
$('.gxs').show()
}
hideLoading(layerIndex)
} else if (res.code = 2104) {
} else if (res.code == 2104) {
$('.tishiBox').show()
hideLoading(layerIndex)
} else {