图片不显示与样式失效
单独–<image src="{{WheelPlattings[0].plattingImgUrl}}" bindtap=“toPlay” data-videoId="{{item.videoId}}"></image>–图片是能出来的
循环就不行,想知道是什么原因,我是智能小程序转过来的,还有样式也要改吗
2 回复
参考下文档:https://developers.weixin.qq.com/miniprogram/dev/component/swiper.html
布尔型的参数设置值需要写成{{true}}或者{{false}}
其它变量(包括wx:for,wx:key)也需要用{{}}来包裹起来。