uni-app项目使用swiper出现空白,这个应该怎么解决?
switchTab(index) { this.currentTab = index; },
你得审查元素看看 ,是 什么导致的,可能是样式影响的
.home-main{box-sizing:border-box; 加个这个试试}