Commit e3e87554b0707828117731a68f7843de086fe73c
1 parent
b695e038
优选库,优选首页,热销排行整个区域点击都有效~
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/optimization2/optimization2.vue
| @@ -82,7 +82,7 @@ | @@ -82,7 +82,7 @@ | ||
| 82 | </div> | 82 | </div> |
| 83 | 83 | ||
| 84 | <!-- 热销排行 --> | 84 | <!-- 热销排行 --> |
| 85 | - <div class="section hot-box" ref="hotBox"> | 85 | + <div class="section hot-box" ref="hotBox" @click="toHotSaleList"> |
| 86 | 86 | ||
| 87 | <!-- 3D轮播 --> | 87 | <!-- 3D轮播 --> |
| 88 | <swiper-3d-com @onMainSlideClick="toHotSaleList" | 88 | <swiper-3d-com @onMainSlideClick="toHotSaleList" |