修改登录页接口返回异常文字
This commit is contained in:
@@ -155,7 +155,7 @@ const handleLogin = () => {
|
||||
|
||||
}).catch(err => {
|
||||
uni.showToast({
|
||||
title: '网络异常',
|
||||
title: err.msg,
|
||||
icon: 'error'
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user