优化请求状态提示信息
This commit is contained in:
@@ -68,7 +68,7 @@ const request = (parameter, hideLoding = true) => {
|
||||
},
|
||||
fail(err) {
|
||||
uni.showToast({
|
||||
title: err.errMsg,
|
||||
title: '网络错误,请检查您设备网络状态',
|
||||
icon : 'none'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user