0
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user