wangxy 2 mesiacov pred
rodič
commit
dc1cec07b8
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  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
 			}