优化请求状态提示信息

This commit is contained in:
唐明明
2022-06-14 18:14:16 +08:00
parent 1001b3245b
commit adfc25d91c
8 changed files with 6597 additions and 6597 deletions

View File

@@ -68,7 +68,7 @@ const request = (parameter, hideLoding = true) => {
},
fail(err) {
uni.showToast({
title: err.errMsg,
title: '网络错误,请检查您设备网络状态',
icon : 'none'
})
}