Browse Source

feat: 移除导览店铺特效

v1.0.1
jiannibang 3 years ago
parent
commit
fe02895aeb
  1. 4
      src/components/BrandScroll/BrandScroll.vue

4
src/components/BrandScroll/BrandScroll.vue

@ -16,7 +16,7 @@
{{ item.name }}<span class="meta">/ {{ item.shopList.length }}</span> {{ item.name }}<span class="meta">/ {{ item.shopList.length }}</span>
<span v-if="item.name === currentFloor.floor" class="current" id="current">您在本层</span> <span v-if="item.name === currentFloor.floor" class="current" id="current">您在本层</span>
</h1> </h1>
<TransitionGroup name="zoom" mode="out-in" tag="div" :class="{ group: true, isRow }">
<div class="group" :class="{ isRow }">
<ShopItem <ShopItem
:config="config" :config="config"
:isGuide="$route.path === '/guide' && !isRow" :isGuide="$route.path === '/guide' && !isRow"
@ -28,7 +28,7 @@
:isActive="shop && shop.shopId === el.shopId" :isActive="shop && shop.shopId === el.shopId"
:key="el.shopId" :key="el.shopId"
/> />
</TransitionGroup>
</div>
</div> </div>
</div> </div>
<div class="indicator" :style="{ visibility: hasScollBar ? 'visible' : 'hidden' }" id="indicator" ref="indicatorWrapper"> <div class="indicator" :style="{ visibility: hasScollBar ? 'visible' : 'hidden' }" id="indicator" ref="indicatorWrapper">

Loading…
Cancel
Save