优化代码

This commit is contained in:
pengxiaolong
2025-08-06 20:48:39 +08:00
parent 40c3282515
commit 0a721e99f8
54 changed files with 1252 additions and 205 deletions

View File

@@ -106,6 +106,7 @@ export default {
});
}
} else {
uni.hideLoading();
uni.showToast({
title: "登录失败",
icon: "none",
@@ -113,7 +114,11 @@ export default {
}
})
.catch((err) => {
console.log(err);
uni.hideLoading();
uni.showToast({
title: "登录失败",
icon: "none",
});
});
},
},