From 021348293faa7f6d2d4fe55f0ebe3a469c6302ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Mon, 28 Feb 2022 11:56:45 +0800 Subject: [PATCH] 27735 --- src/mods/AppIntegralApply/add.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mods/AppIntegralApply/add.vue b/src/mods/AppIntegralApply/add.vue index e354374..0ea06d9 100644 --- a/src/mods/AppIntegralApply/add.vue +++ b/src/mods/AppIntegralApply/add.vue @@ -37,7 +37,8 @@
- + +
@@ -65,6 +66,7 @@ export default { description: '', applyFiles: [], }, + showStstus: false, flag: false, toDay: '', @@ -122,7 +124,7 @@ export default { name: this.user.realName, residentPhone: this.forms.phone, applyIntegralType: this.forms.applyIntegralTypeValue, - description: this.forms.description, + description: this.forms.content, applyFiles: imgs || [], residentId: this.user.residentId, })