|
|
@@ -56,10 +56,11 @@ function wxParseImgTap(e) {
|
|
|
var that = this;
|
|
|
var nowImgUrl = e.target.dataset.src;
|
|
|
var tagFrom = e.target.dataset.from;
|
|
|
+ console.log(that.data[tagFrom], 8888)
|
|
|
if (typeof (tagFrom) != 'undefined' && tagFrom.length > 0) {
|
|
|
wx.previewImage({
|
|
|
- current: nowImgUrl, // 当前显示图片的http链接
|
|
|
- urls: that.data[tagFrom].imageUrls // 需要预览的图片http链接列表
|
|
|
+ current: 'https://klmybwg.4dage.com' + nowImgUrl, // 当前显示图片的http链接
|
|
|
+ urls: ['https://klmybwg.4dage.com' + nowImgUrl] // 需要预览的图片http链接列表
|
|
|
})
|
|
|
}
|
|
|
}
|