diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue index fb5376cb..8af08281 100644 --- a/src/apps/AppBuilding/components/searchMap.vue +++ b/src/apps/AppBuilding/components/searchMap.vue @@ -53,7 +53,7 @@
网格管理员 - 林珊珊 + {{detailInfo.build.girdMemberNames}}
楼栋长 diff --git a/src/apps/AppMarryAndDie/Add.vue b/src/apps/AppMarryAndDie/Add.vue index 2200b785..4f8e3308 100644 --- a/src/apps/AppMarryAndDie/Add.vue +++ b/src/apps/AppMarryAndDie/Add.vue @@ -39,7 +39,7 @@
- +
@@ -135,7 +135,7 @@ export default { if (res.code == 0) { this.$u.toast('发布成功') this.flag = false - uni.navigateTo({ url: `./AppMarryAndDie` }) + uni.navigateTo({ url: `./AppMarryAndDie?indexTabs=1` }) } }) } else { @@ -163,9 +163,9 @@ export default {