Commit 10e26eec authored by 黄奎's avatar 黄奎

页面修改

parent 6dfad9f3
......@@ -88,8 +88,9 @@
<!-- <travelList v-if="item.Id=='TripList'" :key="index+10"></travelList> -->
<!-- 每日行程 -->
<!-- TripDayStyle 1竖起排 2横起 -->
<!-- <headStyle3 v-if="item.Id=='TripDay'" id="tour_detail" ref="tour_detail" :tripList="dayList" :isDirect="isDirect" :key="index+3"></headStyle3> -->
<headStyle6 v-if="item.Id=='TripDay'" :tripList="dayList" :key="index+3"></headStyle6>
<headStyle3 v-if="item.Id=='TripDay' && TripConfig.TripConfig.TripDayStyle==1" id="tour_detail" ref="tour_detail" :tripList="dayList" :isDirect="isDirect" :key="index+3"></headStyle3>
<headStyle6 v-if="item.Id=='TripDay' && TripConfig.TripConfig.TripDayStyle==2" :tripList="dayList" :isDirect="isDirect" :key="index+3"></headStyle6>
<!-- 行程特色 -->
<headStyle4 v-if="item.Id=='TripFeature'" ref="feature" id="feature" :dataList="dataList" :key="index+4">
</headStyle4>
......
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