Jelajahi Sumber

调整页面

wangxy 2 bulan lalu
induk
melakukan
dc1cec07b8
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      components/questions/danxuan.vue

+ 5 - 0
components/questions/danxuan.vue

@@ -53,6 +53,11 @@
 				showError: props.question.reply == index && props.question.result != index
 			}
 		} else {
+      if (props.question.reply == '') {
+        return {
+          active: false
+        }
+      }
 			return {
 				active: props.question.reply == index
 			}