bug修复

This commit is contained in:
kron
2025-07-14 17:57:52 +08:00
parent 485ab9b36c
commit 926b8dea69
4 changed files with 4 additions and 2 deletions

View File

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