From c31e60248ea77552c7aad83db5e137b65b30417a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Tue, 7 Apr 2020 16:38:18 +0800 Subject: [PATCH] =?UTF-8?q?PC=E7=AB=AF=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=EF=BC=8Cbanner=E5=B1=95=E7=A4=BA=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=98=AF=EF=BC=8C=E6=98=AF=E5=BF=85=E5=A1=AB=E7=9A=84=EF=BC=8C?= =?UTF-8?q?=E6=9C=AA=E5=81=9A=E5=BF=85=E5=A1=AB=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/heart/actinfo-add-or-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/heart/actinfo-add-or-update.vue b/src/views/modules/heart/actinfo-add-or-update.vue index 17073612..441bf624 100644 --- a/src/views/modules/heart/actinfo-add-or-update.vue +++ b/src/views/modules/heart/actinfo-add-or-update.vue @@ -539,7 +539,7 @@ export default { updatedTime: [ { required: true, message: this.$t('validate.required'), trigger: 'blur' } ], - isBanner: [ + bannerUrl: [ { required: this.isImgRequired, message: this.$t('validate.required'), trigger: 'blur' } ] }