新年活动:余额不足状态码问题修复,替换规则图片
This commit is contained in:
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 |
@@ -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 {
|
||||
|
Reference in New Issue
Block a user