细节优化

This commit is contained in:
kron
2025-11-06 14:15:53 +08:00
parent d637a0fa72
commit cf95e8c046
4 changed files with 13 additions and 7 deletions

View File

@@ -40,9 +40,9 @@ const toPage = (path) => {
icon: "none",
});
}
if (!calibration.value) {
return uni.$showHint(4);
}
// if (!calibration.value) {
// return uni.$showHint(4);
// }
if ("/pages/first-try".indexOf(path) === -1 && !user.value.trio) {
return uni.showToast({
title: "请先完成新手试炼",

View File

@@ -48,9 +48,9 @@ const toMatchPage = async (gameType, teamSize) => {
icon: "none",
});
}
if (!calibration.value) {
return uni.$showHint(4);
}
// if (!calibration.value) {
// return uni.$showHint(4);
// }
if (!user.value.trio) {
return uni.showToast({
title: "请先完成新手试炼",