Commit 2ae65cd6 authored by 华国豪's avatar 华国豪 🙄

‘酒店判断@’

parent b6862ee5
......@@ -2,10 +2,9 @@
<!--<div id='newFeatureBox' v-if="!Refresh" v-loading="RenderingOk">-->
<div id='newFeatureBox' v-if="!Refresh">
<!-- 酒店 -->
<div class="travle_page" v-for="(item, index) in hotelObj.pageList" :key="'hotel'+index " v-if="hotelObj.list.length>0">
<div class="travle_page" v-for="(item, index) in hotelObj.pageList" :key="'hotel'+index " v-if="item === 0 && hotelObj.list.length>0">
<!-- 酒店1 -->
<!-- item === 0 && -->
<div class="travel_hotel_1" v-if="hotelObj.list!=null && hotelObj.list.length>0">
<div class="travel_hotel_1" v-if="item === 0 && hotelObj.list!=null && hotelObj.list.length>0">
<div class="hotel_1_header">
<img class="hotel_1_header_bg" :src="`https://reborndev.oss-cn-hangzhou.aliyuncs.com/Upload/BackgroundImg/featurebg/template_top_${templateType}.jpg`">
<img class="hotel_1_header_bg2" :src="`https://reborndev.oss-cn-hangzhou.aliyuncs.com/Upload/BackgroundImg/featurebg/template_title1_${templateType}.jpg`">
......@@ -219,7 +218,7 @@
</div>
</div>
<!-- 酒店2 -->
<!-- <div class="travel_hotel_2" v-if="item !== 0">
<div class="travel_hotel_2" v-if="item !== 0">
<div class="hotel_2_info_1" v-if="hotelObj.list[item*2]">
<div class="travel_toolbar_block" v-if="canEdit===true">
<vToolBar
......@@ -439,7 +438,7 @@
</div>
</div>
</div>
</div> -->
</div>
</div>
<!-- 景点 -->
<div class="travle_page" v-for="(item, index) in viewSpotObj.pageList" :key="'viewSpot'+index" v-if="viewSpotObj.list.length>0">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment