收藏
回答

小程序图片为什么显示不出?

求助大佬们

直接上代码吧

JS得

data: {

    imgUrls: [

      'https://t1.hxzdhn.com/uploads/tu/201903/9999/131afc3eec.jpg',

      'https://t1.hxzdhn.com/uploads/tu/202005/9999/aad3caf40e.jpg',

      'https://t1.hxzdhn.com/uploads/tu/202005/9999/7ace513d30.jpg'

    ]

  },

WXML得

<swiper class="index-swiperindicator-dots="{{true}}"

    autoplay="{{false}}circular="{{true}}">

      <block wx:for="{{imgUrls}}wx:key="{{index}}">

        <swiper-item>

          <image  src=":{{item}}class="slide-image"/>

        </swiper-item>

      </block>

  </swiper>

提示错误

Failed to load local image resource /pages/index/:https://t1.hxzdhn.com/uploads/tu/201903/9999/131afc3eec.jpg 

 the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error) 

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

3 个回答

  • Jet丶Z
    Jet丶Z
    2020-11-26

    多了个冒号。。

    你俩名字还挺有缘分啊!

    2020-11-26
    有用 1
    回复 1
    • 月
      发表于移动端
      2020-11-26
      谢谢大佬,已经解决了,开心
      2020-11-26
      回复
  • 拾忆
    拾忆
    2020-11-26

    2020-11-26
    有用 1
    回复 1
    • 月
      发表于移动端
      2020-11-26
      谢谢大佬,已经解决了,开心
      2020-11-26
      回复
  • 拾忆
    拾忆
    2020-11-26

    图片src里的:去掉

    2020-11-26
    有用 1
    回复 1
    • 月
      发表于移动端
      2020-11-26
      谢谢大佬,已经解决了,开心
      2020-11-26
      回复
登录 后发表内容
问题标签