wx.previewImage({
current: this.data.shareImg, // 当前显示图片的http链接
urls: [this.data.shareImg] // 需要预览的图片http链接列表
})
小程序图片预览
最新推荐文章于 2024-10-09 00:00:00 发布
wx.previewImage({
current: this.data.shareImg, // 当前显示图片的http链接
urls: [this.data.shareImg] // 需要预览的图片http链接列表
})