https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.previewImage.html
js:
Page({
data: {
imgs: ['cloud://tarsservice-zp4hd.7461-tarsservice-zp4hd-1301198200/writing_tarsds.jpg'],
}
})
image_on_preview: function(e) {
//图片预览
console.log('src:', '')
console.log('usrl:', this.data.imgs)
wx.previewImage({
current: 'cloud://tarsservice-zp4hd.7461-tarsservice-zp4hd-1301198200/writing_tarsds.jpg',
urls:this.data.imgs
})
console.log('previewImage finished')
},
微信开发者工具,1.02.2001191,上面的测试代码,换成http就可以显示。上面的基础库版本2.0.0瞎填的,不知道怎么看。