wx.previewImage({
current: this.data.shareImg, // 当前显示图片的http链接
urls: [this.data.shareImg] // 需要预览的图片http链接列表
})
小程序图片预览
预览图片组件详解
预览图片组件详解
wx.previewImage({
current: this.data.shareImg, // 当前显示图片的http链接
urls: [this.data.shareImg] // 需要预览的图片http链接列表
})

被折叠的 条评论
为什么被折叠?