Browse Source

feat: 移除科室特效

dev
jiannibang 3 years ago
parent
commit
9165233302
  1. 4
      src/components/BrandScroll/BrandScroll.vue

4
src/components/BrandScroll/BrandScroll.vue

@ -8,7 +8,7 @@
<div class="btn" :class="{ active: !item.collapsed }" @click="handleCollapseBtnClicked(item)"></div> <div class="btn" :class="{ active: !item.collapsed }" @click="handleCollapseBtnClicked(item)"></div>
</h1> </h1>
<TransitionGroup v-show="!item.collapsed" name="zoom" mode="out-in" tag="div" :class="{ group: true }">
<div v-show="!item.collapsed" :class="{ group: true }">
<ShopItem <ShopItem
:config="config" :config="config"
:shop="el" :shop="el"
@ -18,7 +18,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>
</ScrollView> </ScrollView>

Loading…
Cancel
Save