收藏
回答

ios11的swiper 部分图片不显示


    <swiper class="w-100 pos-ab h-100" style="z-index:99" wx:if="{{swiper}}" indicator-dots="{{swiper.dots}}" autoplay="{{swiper.autoplay}}" interval="{{swiper.interval}}" circular="true">

        <block wx:for="{{swiper.data}}" wx:key="image">

        <swiper-item>

            <navigator wx:if="{{item.url}}" url="{{item.url}}" open-type="{{item.openType}}">

                <image src="{{swiper.IMGROOT}}{{item.image}}" class="w-100" mode="widthFix" />

            </navigator>

            <view wx:if="{{!item.url}}">

                <image src="{{swiper.IMGROOT}}{{item.image}}" class="w-100" mode="widthFix" />

            </view>

        </swiper-item>

        </block>

    </swiper>

ios11以下的轮播图图片正常显示

ios11的轮播图图片部分显示不出来



    <swiper class="w-100 pos-ab h-100" style="z-index:99" wx:if="{{swiper}}" indicator-dots="{{swiper.dots}}" autoplay="{{swiper.autoplay}}" interval="{{swiper.interval}}" circular="true">

        <block wx:for="{{swiper.data}}" wx:key="image">

        <swiper-item>

            <navigator url="{{item.url}}" open-type="{{item.openType}}">

                <image src="{{swiper.IMGROOT}}{{item.image}}" class="w-100" mode="widthFix" />

            </navigator>

        </swiper-item>

        </block>

    </swiper>

ios11以下的轮播图图片正常显示

ios11的轮播图图片点击后报错,提示url不能为空报错后,图片就正常显示了


小程序——万家出行

最后一次编辑于  2017-11-03
回答关注问题邀请回答
收藏

5 个回答

  • 锦卓
    锦卓
    2018-02-11

    https://developers.weixin.qq.com/blogdetail?action=get_post_info&lang=zh_CN&token=1567254279&docid=c7271c5f75b0cea4eb0184e2becc3849

    2018-02-11
    有用
    回复
  • 锦卓
    锦卓
    2018-02-11

    根据官方提供的方案就可以了


    2018-02-11
    有用
    回复
  • CJ
    CJ
    2018-02-10

    我也遇到了用户反馈ios9 跟10,swiper内部的图片不显示,或者只显示一部分的情况,设置swiper的高度也无效。

    2018-02-10
    有用
    回复
  • 锦卓
    锦卓
    2017-11-09

    看的怎样了@nomore.胡豪俊 

    2017-11-09
    有用
    回复
  • 神经蛙
    神经蛙
    2017-11-03

    我们看看

    2017-11-03
    有用
    回复
登录 后发表内容