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