Commit e194a3ac9adbf09557ee4e84b9f1df1ceebb8347
1 parent
4eb13d97
tab放到底部
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/mall/mall.vue
| @@ -20,7 +20,6 @@ | @@ -20,7 +20,6 @@ | ||
| 20 | 20 | ||
| 21 | <!-- 遍历ads,输出列表数据 --> | 21 | <!-- 遍历ads,输出列表数据 --> |
| 22 | <div class="ads-box"> | 22 | <div class="ads-box"> |
| 23 | - <tabBox v-if="tabbar" :tabbar="tabbar"></tabBox> | ||
| 24 | <div class="ads" v-for="(item, index) in ads" :key="index"> | 23 | <div class="ads" v-for="(item, index) in ads" :key="index"> |
| 25 | 24 | ||
| 26 | <!--优惠专区--> | 25 | <!--优惠专区--> |
| @@ -43,6 +42,7 @@ | @@ -43,6 +42,7 @@ | ||
| 43 | :styles="item"> | 42 | :styles="item"> |
| 44 | </style-7> | 43 | </style-7> |
| 45 | </div> | 44 | </div> |
| 45 | + <tabBox v-if="tabbar" :tabbar="tabbar"></tabBox> | ||
| 46 | </div> | 46 | </div> |
| 47 | <!-- </van-pull-refresh> --> | 47 | <!-- </van-pull-refresh> --> |
| 48 | </div> | 48 | </div> |