收藏
回答

swiper的纵向轮播问题

怎么实现纵向轮播?

回答关注问题邀请回答
收藏

4 个回答

  • 黄超群
    黄超群
    2017-08-16

    已经解决


    2017-08-16
    有用
    回复
  • 彬古吉
    彬古吉
    2017-08-16

    设置了,试了下,可以

    2017-08-16
    有用
    回复
  • 彬古吉
    彬古吉
    2017-08-16

    <swiper indicator-dots="{{indicatorDots}}"

            autoplay="{{autoplay}}" vertical="{{vertical}}" interval="{{interval}}" duration="{{duration}}">

            <block wx:for="{{background}}" wx:key="*this">

              <swiper-item>

                <view class="swiper-item {{item}}"></view>

              </swiper-item>

            </block>

          </swiper>


    2017-08-16
    有用
    回复
  • 彬古吉
    彬古吉
    2017-08-16


     data: {

        background: ['demo-text-1', 'demo-text-2', 'demo-text-3'],

        indicatorDots: true,

        vertical: false,

        autoplay: false,

        interval: 2000,

        duration: 500

      },



    vertical这个参数设置为true,试试看

    2017-08-16
    有用
    回复
登录 后发表内容