Commit 4232fce3 authored by youjie's avatar youjie

no message

parent 6117a7f8
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
z-index: 999; z-index: 999;
" "
class="bg-white" class="bg-white"
v-if="(currentHeight < navs[0].top + 100&&$q.platform.is.desktop)|| v-if="(currentHeight > navs[0].top + 100&&$q.platform.is.desktop)||
(currentHeight>priceListHeight&&currentHeight < navs[0].top&&$q.platform.is.mobile)" (currentHeight>priceListHeight&&currentHeight < navs[0].top&&$q.platform.is.mobile)"
:style="{ transform: stickyHeight }" :style="{ transform: stickyHeight }"
> >
...@@ -353,7 +353,7 @@ ...@@ -353,7 +353,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 + 450)" @click="goScrollHandler(x.top + 100)"
: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