From 9931f3ec672c478e445b066233c4fe693dc8544e Mon Sep 17 00:00:00 2001 From: yujintao Date: Fri, 10 Apr 2020 18:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E6=AE=B5=E9=A6=96?= =?UTF-8?q?=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/heart/actinfo-add-or-update.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +