diff --git a/src/views/modules/heart/actinfo-add-or-update.vue b/src/views/modules/heart/actinfo-add-or-update.vue index 4d023037..89ac9f20 100644 --- a/src/views/modules/heart/actinfo-add-or-update.vue +++ b/src/views/modules/heart/actinfo-add-or-update.vue @@ -248,7 +248,7 @@ label="活动内容:">
-
+
10000) { return this.$message.error('您输入的的内容已超过字数') } - if (this.dataForm.isActQuota == 0) { + if (this.dataForm.isActQuota === 0) { this.dataForm.actQuota = 0 } this.$refs['dataForm'].validate((valid) => { @@ -881,4 +881,4 @@ export default { } } } - \ No newline at end of file +