Page({
data: {
swiper_imgUrls: [ 'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1529480609&di=a611f83419bf58d50dc0d2f279f1bfd7&imgtype=jpg&er=1&src=http%3A%2F%2Fimgsrc.baidu.com%2Fimgad%2Fpic%2Fitem%2F377adab44aed2e738e79b3028c01a18b87d6fa0f.jpg' , 'https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=225610514,2367156637&fm=27&gp=0.jpg' ]
},
onLoad: function () {
},
showOneImg: function (e) {
console.log(e)
wx.previewImage({
current: e.target.dataset.url,
urls: this .data.swiper_imgUrls
})
}
})
|
你好,安卓机现在是没有显示这个图片下标的。之后可能会改进对其ios和安卓。