Browse Source

错题调整

wangxy 5 months ago
parent
commit
b6b917ce36
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/question/FillItem.vue

+ 2 - 2
components/question/FillItem.vue

@@ -27,11 +27,11 @@
 	})
 	
 	function showPopup() {
-		fillRef.value.open();
+    fillRef.value &&	fillRef.value.open();
 	}	
 	
 	function handleConfirm() {
-		fillRef.value.close();
+    fillRef.value &&	fillRef.value.close();
 	}
 	
 	function onBlur() {