Commit bb24ea01 authored by youjie's avatar youjie

no message

parent f68e323b
......@@ -419,7 +419,8 @@
class="absolute" style="z-index: 999;left: -150px;"
: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
dataList.priceList.length > 0&&$q.platform.is.desktop&&
currentHeight>navs[1].top-400
&&currentHeight<navs[2].top&&dataList.dayList.length>3
"
>
......@@ -429,7 +430,7 @@
class="trip-module text-subtitle2 cursor-pointer q-mb-lg"
v-for="(x, i) in days"
:key="i"
@click="goScrollHandler(x.top + 100)"
@click="goScrollHandler(x.top + 50)"
:class="{
'active-trip-moduleDay text-red active':
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