Commit 09fce93c authored by youjie's avatar youjie

修复

parent 6ee393de
...@@ -758,7 +758,7 @@ ...@@ -758,7 +758,7 @@
}); });
}, },
openPicture() { openPicture() {
let imgObj = JSON.stringify(this.dataList.images); let imgObj = JSON.stringify(this.dataList.images.map(x=> x.Path));
uni.navigateTo({ uni.navigateTo({
url: "/pages/hotel/picture?imgObj=" + imgObj, url: "/pages/hotel/picture?imgObj=" + imgObj,
}); });
......
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