优化代码

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

@@ -87,13 +87,18 @@ const _sfc_main = {
});
}
} else {
common_vendor.index.hideLoading();
common_vendor.index.showToast({
title: "登录失败",
icon: "none"
});
}
}).catch((err) => {
common_vendor.index.__f__("log", "at pages/login/login.vue:116", err);
common_vendor.index.hideLoading();
common_vendor.index.showToast({
title: "登录失败",
icon: "none"
});
});
}
}