BUG修复
This commit is contained in:
@@ -61,6 +61,10 @@ async function onReceiveMessage(messages = []) {
|
||||
}, 200);
|
||||
} else if (msg.constructor === MESSAGETYPES.ShootSyncMePracticeID) {
|
||||
if (practiseId.value && practiseId.value === msg.practice.id) {
|
||||
if (timer.value) {
|
||||
clearInterval(timer.value);
|
||||
timer.value = null;
|
||||
}
|
||||
setTimeout(() => {
|
||||
start.value = false;
|
||||
practiseResult.value = {
|
||||
|
||||
Reference in New Issue
Block a user