This commit is contained in:
@jyuhsin
2025-09-12 10:46:44 +08:00
parent 0777e2f4f7
commit 33e106c019
36 changed files with 2661 additions and 71 deletions
@@ -19,7 +19,7 @@ const commonUtil = {
}
if (response.data && response.data.code !== 0 && response.data.code !== 99) {
if (isMobile) {
vant.Toast(response.data.msg)
vant.Toast.fail(response.data.msg)
} else {
ELEMENT.Message.error(response.data.msg)
}