1、代码格式话

2、接口异常修改提示语
dev
liujun 2024-12-24 18:49:00 +08:00
parent d26541cbfb
commit d32d5b310d
1 changed files with 6 additions and 7 deletions

View File

@ -102,9 +102,8 @@ export default {
if (info.code === 200) {
uni.$u.toast('入职成功')
} else {
uni.$u.toast('入职失败,请联系管理员')
uni.$u.toast(info.msg ? info.msg : '系统异常请联系管理员')
}
} else if (type === '1') {
// type=1
uni.$u.route({