Commit 0716dda3 authored by youjie's avatar youjie

no message

parent 953c4658
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
<!-- days.length>0&&dayList.length>3&&currentHeight > days[0].top-60&&currentHeight < navs[2].top&&$q.platform.is.desktop --> <!-- days.length>0&&dayList.length>3&&currentHeight > days[0].top-60&&currentHeight < navs[2].top&&$q.platform.is.desktop -->
<div <div
class="absolute" style="z-index: 999;left:-116px;" class="absolute" style="z-index: 999;left:-116px;"
:style="{'top':currentHeight>navs[1].top?(currentHeight+100)+'px':(currentHeight+200)+'px'}" :style="{'top':currentHeight>navs[1].top?(currentHeight+100)+'px':(currentHeight+300)+'px'}"
v-if=" v-if="
dataList.priceList.length > 0&&$q.platform.is.desktop&&currentHeight>navs[1].top-400 dataList.priceList.length > 0&&$q.platform.is.desktop&&currentHeight>navs[1].top-400
&&currentHeight<navs[2].top&&dataList.dayList.length>3 &&currentHeight<navs[2].top&&dataList.dayList.length>3
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
class="trip-module text-subtitle2 cursor-pointer q-mb-lg" class="trip-module text-subtitle2 cursor-pointer q-mb-lg"
v-for="(x, i) in days" v-for="(x, i) in days"
:key="i" :key="i"
@click="goScrollHandler(x.top + 400)" @click="goScrollHandler(x.top+50)"
:class="{ :class="{
'active-trip-moduleDay text-red active': 'active-trip-moduleDay text-red active':
currentHeight >= x.top && currentHeight >= x.top &&
......
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