完善个人练习分享

This commit is contained in:
kron
2026-02-10 11:47:20 +08:00
parent 812879d252
commit b0bf1880e4
3 changed files with 13 additions and 14 deletions

View File

@@ -39,11 +39,11 @@ const toPage = async (path) => {
showModal.value = true;
return;
}
if (path === "/pages/first-try") {
// if (canEenter(user.value, device.value, online.value, path)) {
// await uni.$checkAudio();
// }
}
// if (path === "/pages/first-try") {
// if (canEenter(user.value, device.value, online.value, path)) {
// await uni.$checkAudio();
// }
// }
uni.navigateTo({ url: path });
};
@@ -75,7 +75,6 @@ onShow(async () => {
if ("823,209,293,257".indexOf(homeData.user.id) !== -1) {
const show = uni.getStorageSync("show-the-user");
if (!show) {
showTheUser.value = true;
uni.setStorageSync("show-the-user", true);
}
}