diff --git a/src/apps/AppBuilding/add.vue b/src/apps/AppBuilding/add.vue index 1299967e..7383edd8 100644 --- a/src/apps/AppBuilding/add.vue +++ b/src/apps/AppBuilding/add.vue @@ -148,6 +148,7 @@ export default { 'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => { this.getDetail() }) + uni.setNavigationBarTitle({title: '房屋信息'}) }, methods: { diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue index 485922a5..9fc62b56 100644 --- a/src/apps/AppBuilding/components/searchMap.vue +++ b/src/apps/AppBuilding/components/searchMap.vue @@ -139,6 +139,7 @@ export default { this.getCenterLatLng().then(points => { this.getMarkerCluster(points) }) + uni.setNavigationBarTitle({title: '以房找人'}) }, created() { this.$dict.load("communityBuildingType") diff --git a/src/apps/AppBuilding/detail.vue b/src/apps/AppBuilding/detail.vue index 38bfe65f..ff3de2cf 100644 --- a/src/apps/AppBuilding/detail.vue +++ b/src/apps/AppBuilding/detail.vue @@ -168,6 +168,7 @@ export default { 'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => { this.getBuilding() }) + uni.setNavigationBarTitle({title: '以房找人'}) }, methods: { getSelectList(communityId) { diff --git a/src/apps/AppBuilding/list.vue b/src/apps/AppBuilding/list.vue index 76328f11..79449ff4 100644 --- a/src/apps/AppBuilding/list.vue +++ b/src/apps/AppBuilding/list.vue @@ -37,6 +37,7 @@ export default { this.$dict.load('BuildLocationStatus').then(() => { this.getList() }) + uni.setNavigationBarTitle({title: '楼栋列表'}) }, methods: { diff --git a/src/apps/AppBuilding/map.vue b/src/apps/AppBuilding/map.vue index 50bca36b..911b1f1f 100644 --- a/src/apps/AppBuilding/map.vue +++ b/src/apps/AppBuilding/map.vue @@ -65,6 +65,7 @@ export default { computed: {...mapState(['user'])}, mounted() { this.initMap() + uni.setNavigationBarTitle({title: '以房找人'}) }, methods: { initMap() { //初始化地图 diff --git a/src/apps/AppCountryAlbum/detail.vue b/src/apps/AppCountryAlbum/detail.vue index 9a620c46..a3bdc0d3 100644 --- a/src/apps/AppCountryAlbum/detail.vue +++ b/src/apps/AppCountryAlbum/detail.vue @@ -157,6 +157,7 @@ export default { this.$u.toast('上传成功!') this.getList() this.getStatistic() + uni.$emit('updateList') } }) } diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue index 0111e06a..ad3aaf1f 100644 --- a/src/apps/AppCountryAlbum/list.vue +++ b/src/apps/AppCountryAlbum/list.vue @@ -39,6 +39,9 @@ export default { this.areaName = this.user.areaName this.getList() uni.setNavigationBarTitle({title: '乡村相册'}) + uni.$on('updateList', () => { + this.getList() + }) }, methods: { diff --git a/src/apps/AppGridManagement/components/detail.vue b/src/apps/AppGridManagement/components/detail.vue index 91b725b7..13e09eef 100644 --- a/src/apps/AppGridManagement/components/detail.vue +++ b/src/apps/AppGridManagement/components/detail.vue @@ -67,6 +67,7 @@ export default { this.$dict.load('girdType', 'girdLevel') this.areaId = this.user.areaId this.getLeafNodes() + uni.setNavigationBarTitle({title: '网格管理'}) }, methods: { getLeafNodes() { diff --git a/src/apps/AppMailList/add.vue b/src/apps/AppMailList/add.vue index 6a4ec9dc..b5247c8e 100644 --- a/src/apps/AppMailList/add.vue +++ b/src/apps/AppMailList/add.vue @@ -117,6 +117,7 @@ export default { if (res.code == 0) { this.flag = false this.$u.toast('提交成功') + uni.$emit('updateList') setTimeout(() => { uni.navigateBack() }, 600) diff --git a/src/apps/AppMailList/list.vue b/src/apps/AppMailList/list.vue index b983049f..063ca4b3 100644 --- a/src/apps/AppMailList/list.vue +++ b/src/apps/AppMailList/list.vue @@ -18,8 +18,8 @@ - + - @@ -102,6 +101,7 @@ export default { } }, onLoad(options) { + uni.setNavigationBarTitle({ title: '审批详情' }) this.objid = options.id this.type = options.type diff --git a/src/apps/AppWorkonline/detail.vue b/src/apps/AppWorkonline/detail.vue index 5c0e27aa..a9180744 100644 --- a/src/apps/AppWorkonline/detail.vue +++ b/src/apps/AppWorkonline/detail.vue @@ -237,6 +237,7 @@ export default { }, }, onLoad(options) { + uni.setNavigationBarTitle({ title: '审批详情' }) this.objid = options.id this.listType = options.listType this.getDetail() diff --git a/src/components/AiListPage.vue b/src/components/AiListPage.vue index 0d918952..87973181 100644 --- a/src/components/AiListPage.vue +++ b/src/components/AiListPage.vue @@ -6,7 +6,7 @@
{{label}}
-
+

{{item.name}}

@@ -72,7 +72,6 @@ export default { text-align: center; padding-bottom: 38px; border-right: 1px solid #eee; - border-top: 1px solid #eee; width: calc(33% - 1px); float: left; .icon{ @@ -94,11 +93,6 @@ export default { .item:nth-of-type(3n) { border-right: 0; } - .item:nth-child(1), - .item:nth-child(2), - .item:nth-child(3) { - border-top: 0; - } } } }