完成新的个人练习流程调试
This commit is contained in:
@@ -40,11 +40,9 @@ const toPage = async (path) => {
|
||||
return;
|
||||
}
|
||||
if (path === "/pages/first-try") {
|
||||
if (canEenter(user.value, device.value, online.value, path)) {
|
||||
await uni.$checkAudio();
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
// if (canEenter(user.value, device.value, online.value, path)) {
|
||||
// await uni.$checkAudio();
|
||||
// }
|
||||
}
|
||||
uni.navigateTo({ url: path });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user