图片渲染不出来
<view wx:for="{{attractions}}" class=“item” wx:key=“item”>
<view class=“part1”>
<image class=“img” src="{{item.image.url}}" bindtap=“onClick” data-id=’{{item.id}}’></image>
</view>
</view>
开发工具上图片能正常显示,预览的时候图片就显示空白,真机调试更是什么都没有,请问有人知道这是什么原因吗?
7 回复