Q-ABAB há 2 anos atrás
pai
commit
342ab096ce
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/projectApply/projectApplicationApplyMain.vue

+ 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;
                 }
               }