华为p30 previewImage预览图片黑屏
const app = getApp() Page({ data: { img: "https://shopimg.xudoodoo.com/20191209102444221" }, onLoad: function () { }, showimg() { var that = this ; wx.previewImage({ current: that.data.img, // 当前显示图片的http链接 urls: [that.data.img] // 需要预览的图片http链接列表 }) } }) |
< view bindtap = "showimg" >点击预览图片</ view > |
开发工具的分享功能一直报错;用了测试号也不行.就直接贴代码了.华为p30自测不行,客户反应OPPO R15,OPPO R11 Plusk不行.版本应该都是7.0.9;论坛上官方标注正在修复中的帖子的日期是8月19号;是还在修复吗?
2 回复