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