收藏
回答

求教 微信开发工具swiper 组件图片不显示问题?

刚接触微信开发工具,工具的版本是最新的,在使用swiper过程中,发现随便咋的就是图片显示不出来,如下图。

1、图片URL用绝对路径和直接用网络上的图片,都无法显示。

2、swiper的和其对应的容器宽度都有按网上的方法设置为100%,还是无法显示。

求教各位大神该如何最终解决呢?



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

3 个回答

  • 岩潇
    岩潇
    2019-11-01

    这个问题,我找到原因了,是我的swiper里少了一段image

    改成下面这样就正常了


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

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

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

    <swiper-item>

    <view class="swiper-item {{item}}" width="355" height="150">

    <image src="{{item}}"> </image></view>

    </swiper-item>

    </block>

    </swiper>





    2019-11-01
    有用
    回复
  • Patience🎈
    Patience🎈
    2019-10-22

    你路径应该是错了吧

    2019-10-22
    有用
    回复
  • A🙃政
    A🙃政
    2019-10-22

    图片路径错拉

    2019-10-22
    有用
    回复
登录 后发表内容
问题标签