Swiper 三个项目,为什么第一个可以显示,第二,第三个项目无法显示
<swiper current="{{currentTab}}" style="width:{{winWidth?winWidth+'px':'auto'}};height:{{winHeight?winHeight+'px':'auto'}}" class="swiper-box" duration="300" bindchange="bindChange"><!-- 我是哈哈 --><swiper-item catchtouchmove="forbid"><scroll-view scroll-y="{{true}}" style="width:{{winWidth?winWidth+'px':'auto'}};height:{{winHeight?winHeight+'px':'auto'}}">...</scroll-view></swiper-item><!-- 我是呵呵 --><swiper-item catchtouchmove="forbid"><scroll-view style="width:{{winWidth?winWidth+'px':'auto'}};height:{{winHeight?winHeight+'px':'auto'}}"><view class="userinfo">页面开发中,敬请期待!</view></scroll-view></swiper-item><!-- 我是嘿嘿 --><swiper-item catchtouchmove="forbid"><scroll-view style="width:{{winWidth?winWidth+'px':'auto'}};height:{{winHeight?winHeight+'px':'auto'}}"><view class="userinfo">页面开发中,敬请期待!</view></scroll-view></swiper-item></swiper> |
“页面开发中,敬请期待!” 有时不显示,有时显示,请问知道什么问题么
