GULIMMO
2023-11-11 ac35cb68a0ce4d48600e3b82c7e8142185f7680b
场所采集更新
2 files modified
11 ■■■■ changed files
subPackage/workbench/views/cscj.vue 9 ●●●● patch | view | raw | blame | history
subPackage/workbench/views/csjl.vue 2 ●●● patch | view | raw | blame | history
subPackage/workbench/views/cscj.vue
@@ -367,7 +367,8 @@
        onLoad(option) {
            const {
                houseCode,
                id
                id,
                type
            } = option
            this.houseCode = houseCode
            this.currentId = id
@@ -375,7 +376,11 @@
                this.getBuildingDetail()
            }
            if (!!type || type != void 0) {
                uni.setNavigationBarTitle({
                    title: '详情'
                })
            }
        },
        onShow() {
            this.getLabel()
subPackage/workbench/views/csjl.vue
@@ -131,7 +131,7 @@
                    })
                    return
                }
                let url = "/subPackage/workbench/views/cscj?id=" + id
                let url = "/subPackage/workbench/views/cscj?id=" + id + "&type=1"
                this.$u.func.globalNavigator(url)
            }
        }