完成新的个人练习流程调试
This commit is contained in:
@@ -15,7 +15,7 @@ const data = ref({});
|
||||
|
||||
const goPractise = async (type) => {
|
||||
if (!canEenter(user.value, device.value, online.value)) return;
|
||||
await uni.$checkAudio();
|
||||
// await uni.$checkAudio();
|
||||
uni.navigateTo({
|
||||
url: `/pages/practise-${type}`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user