|
|
|
@ -99,13 +99,13 @@ |
|
|
|
|
<!-- <view class="mode_com mt_new"> |
|
|
|
|
<view class="tit_com_2">智游{{SJZObject.subtitle}}</view> |
|
|
|
|
<view class="inx_ht_warp dly_flex tol_2_warp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="tol_2_unit"> |
|
|
|
|
<view @tap="goToPages('jiqiren')" class="gjz_box" style="position: relative;"> |
|
|
|
|
<view class="jqr_1"> |
|
|
|
|
<text class="ht_text">智能机器人</text> |
|
|
|
|
<text class="jqr_p">AI人工智能专属为您服务</text> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<image class="jqr_pic" src="../../static/images/jqr_3.png" mode="scaleToFill"></image> |
|
|
|
|
</view> |
|
|
|
@ -121,7 +121,7 @@ |
|
|
|
|
<image class="gjz_pic" src="../../static/images/icn_zhzb.png"></image> |
|
|
|
|
<text class="ht_text">美景直播</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="tol_2_unit"> |
|
|
|
|
<view @tap="goToPages('url720list')" class="gjz_box"> |
|
|
|
|
<image class="gjz_pic" src="../../static/images/icn_xnty.png"></image> |
|
|
|
@ -382,7 +382,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view @tap="goToHoteventList" class="mb_hb link_hb">了解更多 >></view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<text class="tit_com">发现{{ SJZObject.subtitle }}</text> |
|
|
|
|
<view class="dly_flex sm_list"> |
|
|
|
|
<view |
|
|
|
@ -505,7 +505,7 @@ export default { |
|
|
|
|
this.showLoadMore = true; |
|
|
|
|
setTimeout(() => { |
|
|
|
|
this.setDate(); |
|
|
|
|
}, 500); |
|
|
|
|
}, 500); |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
interrupt(e) { |
|
|
|
@ -874,11 +874,11 @@ export default { |
|
|
|
|
goToPages: function(type) { |
|
|
|
|
if (type == 'jingqu') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/scenic/sceniclist/sceniclist' |
|
|
|
|
url: '/subPage/scenic/sceniclist/sceniclist' |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'daolan') { |
|
|
|
|
uni.switchTab({ |
|
|
|
|
url: '/pages/shuzidaolan/shuzidaolan' |
|
|
|
|
url: '/subPage/shuzidaolan/shuzidaolan' |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'xianlu') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
@ -886,27 +886,27 @@ export default { |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'jiudian') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/hotel/hotellist/hotellist' |
|
|
|
|
url: '/subPage/hotel/hotellist/hotellist' |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'meishi') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/food/foodlist/foodlist' |
|
|
|
|
url: '/subPage/food/foodlist/foodlist' |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'techan') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/specialgood/specialgoodlist/specialgoodlist' |
|
|
|
|
url: '/subPage/specialgood/specialgoodlist/specialgoodlist' |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'gonglue') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/method/methodlist/methodlist' |
|
|
|
|
url: '/subPage/method/methodlist/methodlist' |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'huodong') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/hotevent/hoteventlist/hoteventlist' |
|
|
|
|
url: '/subPage/hotevent/hoteventlist/hoteventlist' |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'zixun') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/zixun/zixunlist/zixuntlist' |
|
|
|
|
url: '/subPage/zixun/zixunlist/zixuntlist' |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'zhoubian') { |
|
|
|
|
uni.switchTab({ |
|
|
|
@ -914,7 +914,7 @@ export default { |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'url720list') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/url720list/url720list' |
|
|
|
|
url: '/subPage/url720list/url720list' |
|
|
|
|
}); |
|
|
|
|
} else if (type == 'zhibo') { |
|
|
|
|
if (this.$wechat.isWechat()) { |
|
|
|
@ -935,7 +935,7 @@ export default { |
|
|
|
|
} else if (type == 'jiqiren') { |
|
|
|
|
if (this.$wechat.isWechat()) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/jiqiren/jiqiren/zhinengjiqiren' |
|
|
|
|
url: '/subPage/jiqiren/jiqiren/zhinengjiqiren' |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
switch (uni.getSystemInfoSync().platform) { |
|
|
|
@ -955,55 +955,55 @@ export default { |
|
|
|
|
}, |
|
|
|
|
gotoSearch: function() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/search/search' |
|
|
|
|
url: '/subPage/search/search' |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
toDetail: function() { |
|
|
|
|
// uni.navigateTo({ |
|
|
|
|
// url: '/pages/index/lvfadahui/lvfadahui' |
|
|
|
|
// url: '/subPage/index/lvfadahui/lvfadahui' |
|
|
|
|
// }); |
|
|
|
|
uni.switchTab({ |
|
|
|
|
url: '/pages/zixun/zixunlist/zixuntlist' |
|
|
|
|
url: '/subPage/zixun/zixunlist/zixuntlist' |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
goToFoodScHotel: function(item) { |
|
|
|
|
if (this.onc == 'jingqu') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/scenic/scenicdetial/scenicdetial?guid=' + item.guid |
|
|
|
|
url: '/subPage/scenic/scenicdetial/scenicdetial?guid=' + item.guid |
|
|
|
|
}); |
|
|
|
|
} else if (this.onc == 'meishi') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/food/fooddetial/fooddetial?fid=' + item.guid + '&fareacode=' + item.bm |
|
|
|
|
url: '/subPage/food/fooddetial/fooddetial?fid=' + item.guid + '&fareacode=' + item.bm |
|
|
|
|
}); |
|
|
|
|
} else if (this.onc == 'jiudian') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/hotel/hoteldetail/hoteldetail?id=' + item.guid |
|
|
|
|
url: '/subPage/hotel/hoteldetail/hoteldetail?id=' + item.guid |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
goToFoodScHotelList: function() { |
|
|
|
|
if (this.onc == 'jingqu') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/scenic/sceniclist/sceniclist' |
|
|
|
|
url: '/subPage/scenic/sceniclist/sceniclist' |
|
|
|
|
}); |
|
|
|
|
} else if (this.onc == 'meishi') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/food/foodlist/foodlist' |
|
|
|
|
url: '/subPage/food/foodlist/foodlist' |
|
|
|
|
}); |
|
|
|
|
} else if (this.onc == 'jiudian') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/hotel/hotellist/hotellist' |
|
|
|
|
url: '/subPage/hotel/hotellist/hotellist' |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
gotoDetail: function(guid, region) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/cate/destination?guid=' + guid + '®ion=' + region |
|
|
|
|
url: '/subPage/cate/destination?guid=' + guid + '®ion=' + region |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
goToHotevent: function(guid) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/hotevent/hoteventdetail/hoteventdetail?id=' + guid |
|
|
|
|
url: '/subPage/hotevent/hoteventdetail/hoteventdetail?id=' + guid |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
goToLine: function(guid) { |
|
|
|
@ -1013,7 +1013,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
goToMethod: function(guid) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/method/methoddetail/methoddetail?guid=' + guid |
|
|
|
|
url: '/subPage/method/methoddetail/methoddetail?guid=' + guid |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
// 印象邯郸-垂直滚动 |
|
|
|
@ -1039,7 +1039,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
goToDuoCaiSJZ: function() { |
|
|
|
|
uni.switchTab({ |
|
|
|
|
url: '/pages/cate/index' |
|
|
|
|
url: '/subPage/cate/index' |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
goToLinkList: function() { |
|
|
|
@ -1049,12 +1049,12 @@ export default { |
|
|
|
|
}, |
|
|
|
|
goToMethodList: function() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/method/methodlist/methodlist' |
|
|
|
|
url: '/subPage/method/methodlist/methodlist' |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
goToHoteventList: function() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/hotevent/hoteventlist/hoteventlist' |
|
|
|
|
url: '/subPage/hotevent/hoteventlist/hoteventlist' |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
getAndroidUserKey: function() { |
|
|
|
@ -1088,7 +1088,7 @@ export default { |
|
|
|
|
this.$Request.post(this.$config.getAllDataListPage, requestData).then(res => { |
|
|
|
|
var list = res.data; |
|
|
|
|
var dataListLen = list.length; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if ( |
|
|
|
|
(dataListLen == requestData.pageSize |
|
|
|
|
? (this.param.page += 1) |
|
|
|
@ -1123,19 +1123,19 @@ export default { |
|
|
|
|
goToDetails: function(bcode, dataid, region) { |
|
|
|
|
if (bcode == '3301') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/scenic/scenicdetial/scenicdetial?guid=' + dataid |
|
|
|
|
url: '/subPage/scenic/scenicdetial/scenicdetial?guid=' + dataid |
|
|
|
|
}); |
|
|
|
|
} else if (bcode == '3302') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/food/fooddetial/fooddetial?fid=' + dataid + '&fareacode=' + region |
|
|
|
|
url: '/subPage/food/fooddetial/fooddetial?fid=' + dataid + '&fareacode=' + region |
|
|
|
|
}); |
|
|
|
|
} else if (bcode == '3303') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/method/methoddetail/methoddetail?guid=' + dataid |
|
|
|
|
url: '/subPage/method/methoddetail/methoddetail?guid=' + dataid |
|
|
|
|
}); |
|
|
|
|
} else if (bcode == '3304') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/hotel/hoteldetail/hoteldetail?id=' + dataid |
|
|
|
|
url: '/subPage/hotel/hoteldetail/hoteldetail?id=' + dataid |
|
|
|
|
}); |
|
|
|
|
} else if (bcode == '3305') { |
|
|
|
|
uni.navigateTo({ |
|
|
|
@ -1156,11 +1156,11 @@ export default { |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style> |
|
|
|
|
@import url('../../static/css/common.css'); |
|
|
|
|
@import url('../hotel/hoteldetail/hoteldetail.css'); |
|
|
|
|
@import url('../food/fooddetial/fooddetial.css'); |
|
|
|
|
@import url('index.css'); |
|
|
|
|
@import url('../cate/destination.css'); |
|
|
|
|
@import url('../tousu/tousulist/tousulist.css'); |
|
|
|
|
@import url('../../static/css/hebei.css'); |
|
|
|
|
@import url('/static/css/common.css'); |
|
|
|
|
@import url("/subPage/hotel/hoteldetail/hoteldetail.css"); |
|
|
|
|
@import '/subPage/food/fooddetial/fooddetial.css'; |
|
|
|
|
@import url("/pages/index/index.css"); |
|
|
|
|
@import "/subPage/cate/destination.css"; |
|
|
|
|
@import url('/subPage/tousu/tousulist/tousulist.css'); |
|
|
|
|
@import url('/static/css/hebei.css'); |
|
|
|
|
</style> |