parent
d26541cbfb
commit
d32d5b310d
|
@ -102,9 +102,8 @@ export default {
|
||||||
if (info.code === 200) {
|
if (info.code === 200) {
|
||||||
uni.$u.toast('入职成功')
|
uni.$u.toast('入职成功')
|
||||||
} else {
|
} else {
|
||||||
uni.$u.toast('入职失败,请联系管理员')
|
uni.$u.toast(info.msg ? info.msg : '系统异常请联系管理员')
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (type === '1') {
|
} else if (type === '1') {
|
||||||
// type=1时跳转电子工牌页面
|
// type=1时跳转电子工牌页面
|
||||||
uni.$u.route({
|
uni.$u.route({
|
||||||
|
|
Loading…
Reference in New Issue