Showing
1 changed file
with
1 additions
and
1 deletions
@@ -114,7 +114,7 @@ let question = { | @@ -114,7 +114,7 @@ let question = { | ||
114 | $errDom = $this; | 114 | $errDom = $this; |
115 | 115 | ||
116 | if (!errText) { | 116 | if (!errText) { |
117 | - errText = +data.type === 3 ? '请选择一个选项' : '请填写一条回答'; | 117 | + errText = +data.type === 3 ? '请填写一条回答' : '请选择一个选项'; |
118 | } | 118 | } |
119 | 119 | ||
120 | that.showError(errText, $errDom); | 120 | that.showError(errText, $errDom); |
-
Please register or login to post a comment