修复报错异常
This commit is contained in:
@@ -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( '网络错误')
|
||||
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user