求助大佬们
直接上代码吧
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-swiper" indicator-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)
多了个冒号。。
你俩名字还挺有缘分啊!
图片src里的:去掉