修改登录页接口返回异常文字

This commit is contained in:
zhouyanli
2026-05-08 11:52:59 +08:00
parent b68766791d
commit 10505e8000
6 changed files with 16 additions and 40 deletions

View File

@@ -90,6 +90,11 @@ const getVerifyCode = () => {
icon: 'error'
});
}
}).catch(err =>{
uni.showToast({
title: err.msg,
icon: 'error'
});
})