Browse Source

错题调整

wangxy 5 tháng trước cách đây
mục cha
commit
b6b917ce36
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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() {