Fix:4700 【旅居商城小程序】千县旅居类目:在运营管理-千县名品城市管理配置的旅居店铺数据在前端未显示(目前只显示了旅居商户管理配置的旅居商家数据)

This commit is contained in:
linxi
2025-12-05 11:57:41 +08:00
parent 7afcf039b6
commit 949d33614a
5 changed files with 1119 additions and 5 deletions
+3 -3
View File
@@ -110,9 +110,9 @@ export function getSaleList(params) {
// } // }
// 旅居详情 // 旅居详情
// export function getJiaLouDetail(id) { export function getJiaLouDetail1(id) {
// return request.get('/countyFamous/sojourn/' + id, {}, {login: true}) return request.get('/countyFamous/sojourn/' + id, {}, {login: true})
// } }
// 旅居资讯数据 // 旅居资讯数据
export function getJiaLouNews(params) { export function getJiaLouNews(params) {
+7
View File
@@ -633,6 +633,13 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "views/oldSojumStore",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{ {
"path": "views/housekeeperDetail", "path": "views/housekeeperDetail",
"style": { "style": {
+5 -1
View File
@@ -1446,7 +1446,11 @@ export default {
uni.navigateTo({ url: `/pkg_product/views/famousQianxianTheme?id=${item.id}` }) uni.navigateTo({ url: `/pkg_product/views/famousQianxianTheme?id=${item.id}` })
}, },
sujoumeClickHandle(item) { 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) { industryTabItemClick(index) {
if (index === this.industryTabIndex) return if (index === this.industryTabIndex) return
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -303,7 +303,7 @@
<image :src="webUrl + '/home/管家角标.png'" class="star-icon" /> <image :src="webUrl + '/home/管家角标.png'" class="star-icon" />
</view> </view>
<view class="desc more-t v12-font-bold"> <view class="desc more-t v12-font-bold">
{{ item.desc }} {{ item.desc }}
</view> </view>
<view class="tag-list"> <view class="tag-list">
<view v-for="(tag, i) in item.tags" :key="i" class="tag">{{ tag }}</view> <view v-for="(tag, i) in item.tags" :key="i" class="tag">{{ tag }}</view>