Browse Source

错题调整

wangxy 5 tháng trước cách đây
mục cha
commit
057af306ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/question/FillItem.vue

+ 1 - 1
components/question/FillItem.vue

@@ -41,7 +41,7 @@
 	
 	uni.$on("swiper-change", () => {
 		emits("blur", {result: result.value,index: props.index});
-		fillRef.value.close()
+		fillRef.value && fillRef.value.close()
 	})
 	
 	defineExpose({