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