swiper current="{{current}}" duration="500" style="width:480px; height:200px" catchchange="bindchangeTag" >
<block wx:for="{{imgUrls}}">
<swiper-item>
<image src="{{item.bgurl}}" catchtap="onMyclick"></image>
</swiper-item>
</block>
</swiper>
JS代码:
var dd=3;
var imgUrls=[
{bgurl:"../../image/itempic.jpeg"},
{bgurl:"../../image/testimg/test00.jpg"},
{bgurl:"../../image/itempic.jpeg"},
{bgurl:"../../image/testimg/test01.jpg"},
{bgurl:"../../image/testimg/test02.jpg"},
{bgurl:"../../image/itempic.jpeg"},
{bgurl:"../../image/testimg/test03.jpg"},
{bgurl:"../../image/itempic.jpeg" },
]
this.setData({
imgUrls:imgUrls,
current:dd
})
滚动视图,随便点进去,都显示第一张。就是说current:dd设置失败。
回三楼。也是没有起作用
我已经解决了 自己加个定时器,这个是21号更新新版本出现的BUG,之前是没有任何问题的,
setTimeout(() => {
that.setData({
currentIndex: options.index
});
}, 100);
哎 本来是没有问题的 调了差不多了 又出现问题,微信还得加油啊
回1楼。多谢建议,社区搜索功能下个版本就能见到了。
建议本开发者社区增加搜索功能,以便找到相同问题的帖子