Browse Source

错题调整

wangxy 5 months ago
parent
commit
057af306ab
1 changed files with 1 additions and 1 deletions
  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({