Commit e194a3ac9adbf09557ee4e84b9f1df1ceebb8347

Authored by zhiyangdu
1 parent 4eb13d97

tab放到底部

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