修复报错异常

This commit is contained in:
dragon
2024-05-14 17:54:03 +08:00
parent fac5382c94
commit a6e07a0a53

View File

@@ -95,7 +95,7 @@ function getCurrency() {
},
error(err) {
hideLoading(layerIndex)
toastMsg(langReplace(localLang.demoModule.text23))
toastMsg( '网络错误')
}
})
} else {
@@ -105,7 +105,7 @@ function getCurrency() {
},
error(err) {
hideLoading(layerIndex)
toastMsg(langReplace(localLang.demoModule.text23))
toastMsg( '网络错误')
}
})
}
@@ -196,7 +196,7 @@ function getRank() {
},
error(err) {
hideLoading(layerIndex)
toastMsg(langReplace(localLang.demoModule.text23))
toastMsg( '网络错误')
}
})
@@ -280,7 +280,7 @@ function exchange(taskCode) {
},
error(err) {
hideLoading(layerIndex)
toastMsg(langReplace(localLang.demoModule.text23))
toastMsg( '网络错误')
}
})
}
@@ -334,7 +334,7 @@ function record(pageNum) {
},
error(err) {
hideLoading(layerIndex)
toastMsg(langReplace(localLang.demoModule.text23))
toastMsg( '网络错误')
}
})