Fix:4700 【旅居商城小程序】千县旅居类目:在运营管理-千县名品城市管理配置的旅居店铺数据在前端未显示(目前只显示了旅居商户管理配置的旅居商家数据)
This commit is contained in:
+3
-3
@@ -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) {
|
||||
|
||||
@@ -633,6 +633,13 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "views/oldSojumStore",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "views/housekeeperDetail",
|
||||
"style": {
|
||||
|
||||
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -303,7 +303,7 @@
|
||||
<image :src="webUrl + '/home/管家角标.png'" class="star-icon" />
|
||||
</view>
|
||||
<view class="desc more-t v12-font-bold">
|
||||
{{ item.desc }}
|
||||
{{ item.desc }}
|
||||
</view>
|
||||
<view class="tag-list">
|
||||
<view v-for="(tag, i) in item.tags" :key="i" class="tag">{{ tag }}</view>
|
||||
|
||||
Reference in New Issue
Block a user