diff --git a/src/apps/AppMarryAndDie/Add.vue b/src/apps/AppMarryAndDie/Add.vue
index 4f8e3308..5e8fdc7f 100644
--- a/src/apps/AppMarryAndDie/Add.vue
+++ b/src/apps/AppMarryAndDie/Add.vue
@@ -26,8 +26,8 @@
-
-
+
+
@@ -69,7 +69,7 @@ export default {
modeTypeValue: '',
phone: '',
- address: '',
+ areaId: '',
content: '',
personType: 1,
@@ -124,7 +124,7 @@ export default {
modeType: this.forms.modeTypeValue,
phone: this.forms.phone,
- address: this.forms.address,
+ address: this.forms.areaId,
content: this.forms.content,
createUserId: this.user.id,
personType: this.forms.personType,
@@ -156,6 +156,10 @@ export default {
this.forms.modeTypeValue = e[0].value
}
},
+
+ areaSelect(e) {
+ this.forms.areaId = e.id
+ },
},
}
@@ -191,6 +195,27 @@ export default {
margin-bottom: 40px;
}
+ .addresss {
+ .u-form-item__body {
+ .u-form-item--right {
+ .u-form-item--right__content {
+ .u-form-item--right__content__slot {
+ .AiAreaPicker {
+ width: 100%;
+ display: flex;
+ justify-content: flex-end;
+ .areaSelector {
+ .location {
+ opacity: 0;
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+
.avatars,
.contents {
padding-bottom: 20px !important;