Q-ABAB 2 yıl önce
ebeveyn
işleme
342ab096ce

+ 1 - 1
src/views/projectApply/projectApplicationApplyMain.vue

@@ -559,7 +559,7 @@
                     if(JSON.parse(param[i]).length<5)return this.$message.error("需要学生团队5人以上")
                     break;
                   case 'brief':
-                    if(param[i].length<200||param[i]>300)return this.$message.error("项目简介需要200-300字")
+                    if(param[i].length<200||param[i]<=300)return this.$message.error("项目简介需要200-300字")
                     break;
                 }
               }