This commit is contained in:
徐哼唧L
2022-12-09 16:18:12 +08:00
parent dc4d87a990
commit 5ed3073b6e
130 changed files with 41608 additions and 2013 deletions

View File

@@ -343,7 +343,12 @@
required: true,
message: "please input content",
trigger: "blur"
}]
}],
recommend: [{
required: true,
message: "please select",
trigger: "blur"
}],
}
}
},
@@ -496,6 +501,7 @@
}
}
if (blankCount + wenziCount <= 60) {
this.$message.error('We encourage you to enrich your comment further to help improve the peer paper.')
this.$message({
offset: '380',
type: 'error',
@@ -509,7 +515,8 @@
for (let i in Char_Cter.match(/ /g)) {
blankCount++
}
if (blankCount <= 40) {
if (blankCount <= 50) {
this.$message.error('We encourage you to enrich your comment further to help improve the peer paper.')
this.$message({
offset: '380',
type: 'error',