微信小程序swiper不能显示的问题

Posted QW-lzm

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序swiper不能显示的问题相关的知识,希望对你有一定的参考价值。

swiper中轮番播放三个色块,父容器的class为"container"时不能显示出来,现象为白屏,当把container改为其它即可,container应该为swiper的保留字符,

//container改为其他,如:mycontainer

<view class="container">
  <
swiper class="tab-box" current="{{currentTab}}" duration="300" bindchange="switchTab"> <swiper-item wx:for="{{[0,1,2,3,4,5,6,7,8]}}" wx:for-item="tabItem" wx:for-index="idx" wx:key="idx" class="tab-content"> {{tabItem}} <view style="width:100px;height:100px;border:1px solid red; ">哒哒哒哒哒哒</view> </swiper-item> </swiper>
</view>

 

以上是关于微信小程序swiper不能显示的问题的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序swiper使用网络图片不显示问题

微信小程序关于swiper问题求助

微信小程序swiper滑动切换

微信小程序中使用swiper禁止用户上下滑动且不影响外部界面的滑动

微信小程序 使用swiper制作一个滑动导航

微信小程序怎样修改swiper组件中样式的修改