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

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

@@ -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'
});
})