Commit 5f2a223b79809c19f92d87e7982ab5f67a93710d
1 parent
9a416b20
程序容错判断
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/tabBox/tabBox.vue
| ... | ... | @@ -6,7 +6,7 @@ |
| 6 | 6 | |
| 7 | 7 | </van-tab> |
| 8 | 8 | <div class="tabBox_main" ref="tabsSwiperBox"> |
| 9 | - <div class="tabbar" v-for="(item, index) in tabbaromponents.ads" :key="index"> | |
| 9 | + <div class="tabbar" v-for="(item, index) in tabbaromponents&&tabbaromponents.ads" :key="index"> | |
| 10 | 10 | <!-- 关爱屋简介 --> |
| 11 | 11 | <div class="skeleton brief" ref="brief"> |
| 12 | 12 | <html-box | ... | ... |