Commit 168f12ec authored by 张杰's avatar 张杰

添加记录图片预览bug修复

parent ca4156f0
...@@ -103,10 +103,10 @@ Page({ ...@@ -103,10 +103,10 @@ Page({
}, },
previewPic: function(e) { previewPic: function(e) {
var current = this.data.selectPic[e.target.dataset.index] var current = this.data.pictureUrl[e.target.dataset.index]
wx.previewImage({ wx.previewImage({
current: current, current: current,
urls: this.data.selectPic urls: this.data.pictureUrl
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment