|
|
@@ -259,9 +259,9 @@
|
|
|
if (this.content.length > 10000) {
|
|
|
return {success: false, msg: "项目正文不可大于10000字符,请删减"};
|
|
|
}
|
|
|
- // if (this.workImages.length < 2) {
|
|
|
- // return {success: false, msg: "至少上传2张作品截图"};
|
|
|
- // }
|
|
|
+ if (this.workImages.length < 2) {
|
|
|
+ return {success: false, msg: "至少上传2张作品截图"};
|
|
|
+ }
|
|
|
|
|
|
return {success: true, msg: ""}
|
|
|
},
|