Commit 953c4658 authored by youjie's avatar youjie

行程 一日游判断

parent 42358237
......@@ -216,7 +216,7 @@
:style="{'top':currentHeight>navs[1].top?(currentHeight+100)+'px':(currentHeight+200)+'px'}"
v-if="
dataList.priceList.length > 0&&$q.platform.is.desktop&&currentHeight>navs[1].top-400
&&currentHeight<navs[2].top
&&currentHeight<navs[2].top&&dataList.dayList.length>3
">
<!-- position: sticky; top: 100px -->
<div style="">
......@@ -241,9 +241,9 @@
<div class="q-pb-xl" v-if="tripImages&&tripImages.length>0"
ref="diyContext">
<div v-for="(x,i) in tripImages">
<img class="block" :src="x.header" style="width: 100%;">
<img v-if="dataList.teamType!=2" class="block" :src="x.header" style="width: 100%;">
<img class="block" :src="x.page" style="width: 100%;">
<div class="tripImages-footer">
<div v-if="dataList.teamType!=2" class="tripImages-footer">
<img class="block" :src="x.footer" style="width: 100%;">
</div>
</div>
......
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