Lou
2024-03-18 c4f625beb20d534770f60782c8a87fa563a3385a
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
1 files modified
5 ■■■■ changed files
pages/home/index.vue 5 ●●●● patch | view | raw | blame | history
pages/home/index.vue
@@ -996,7 +996,10 @@
                } = item;
                if (id !== void 0) {
                    let url = `/subPackage/house/list/index?id=${id}&title=${title}&addressType=${addressType}`
                    this.$u.func.globalNavigator(url, "navTo")
                    // this.$u.func.globalNavigator(url, "navTo")
                    uni.redirectTo({
                        url: `/subPackage/house/list/index?id=${id}&title=${title}&addressType=${addressType}`
                    })
                }
            },