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,
})