wx预览图片

wx.previewImage({
              current: current, // 当前显示图片的http链接
              urls: this.data.imgalist // 需要预览的图片http链接列表
        })
不支持base64.
原文地址:https://www.cnblogs.com/zhaogaojian/p/9851385.html