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