From 949d33614a5ccb5b40f1abef50ebcf2849531c49 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Fri, 5 Dec 2025 11:57:41 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4700=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=8D=83?= =?UTF-8?q?=E5=8E=BF=E6=97=85=E5=B1=85=E7=B1=BB=E7=9B=AE=EF=BC=9A=E5=9C=A8?= =?UTF-8?q?=E8=BF=90=E8=90=A5=E7=AE=A1=E7=90=86-=E5=8D=83=E5=8E=BF?= =?UTF-8?q?=E5=90=8D=E5=93=81=E5=9F=8E=E5=B8=82=E7=AE=A1=E7=90=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E6=97=85=E5=B1=85=E5=BA=97=E9=93=BA=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=9C=A8=E5=89=8D=E7=AB=AF=E6=9C=AA=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=88=E7=9B=AE=E5=89=8D=E5=8F=AA=E6=98=BE=E7=A4=BA=E4=BA=86?= =?UTF-8?q?=E6=97=85=E5=B1=85=E5=95=86=E6=88=B7=E7=AE=A1=E7=90=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E6=97=85=E5=B1=85=E5=95=86=E5=AE=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/qianxian.js | 6 +- pages.json | 7 + pkg_product/views/famousQianxianShop.vue | 6 +- pkg_product/views/oldSojumStore.vue | 1103 ++++++++++++++++++++++ pkg_product/views/sojoumStore.vue | 2 +- 5 files changed, 1119 insertions(+), 5 deletions(-) create mode 100644 pkg_product/views/oldSojumStore.vue diff --git a/api/qianxian.js b/api/qianxian.js index fd97dc6..e981a3a 100644 --- a/api/qianxian.js +++ b/api/qianxian.js @@ -110,9 +110,9 @@ export function getSaleList(params) { // } // 旅居详情 -// export function getJiaLouDetail(id) { -// return request.get('/countyFamous/sojourn/' + id, {}, {login: true}) -// } +export function getJiaLouDetail1(id) { + return request.get('/countyFamous/sojourn/' + id, {}, {login: true}) +} // 旅居资讯数据 export function getJiaLouNews(params) { diff --git a/pages.json b/pages.json index b786610..b9c2321 100644 --- a/pages.json +++ b/pages.json @@ -633,6 +633,13 @@ "navigationStyle": "custom" } }, + { + "path": "views/oldSojumStore", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, { "path": "views/housekeeperDetail", "style": { diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 7b95033..1c88bd1 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -1446,7 +1446,11 @@ export default { uni.navigateTo({ url: `/pkg_product/views/famousQianxianTheme?id=${item.id}` }) }, sujoumeClickHandle(item) { - uni.navigateTo({ url: '/pkg_product/views/sojoumStore?id=' + item.id }) + if(item.dataType === 'countyFamousSojourn') { + uni.navigateTo({ url: '/pkg_product/views/oldSojumStore?id=' + item.id }) + return + } + uni.navigateTo({ url: '/pkg_product/views/sojoumStore?id=' + item.id }) }, industryTabItemClick(index) { if (index === this.industryTabIndex) return diff --git a/pkg_product/views/oldSojumStore.vue b/pkg_product/views/oldSojumStore.vue new file mode 100644 index 0000000..2f54720 --- /dev/null +++ b/pkg_product/views/oldSojumStore.vue @@ -0,0 +1,1103 @@ + + + + + \ No newline at end of file diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index dfbf196..c055bec 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -303,7 +303,7 @@ - {{ item.desc }} + {{ item.desc }} {{ tag }}