Commit baed81ef authored by youjie's avatar youjie

no message

parent fee8de57
...@@ -644,7 +644,7 @@ export default { ...@@ -644,7 +644,7 @@ export default {
openPicture() { openPicture() {
let imgObj = JSON.stringify(this.dataList.tempImgCover); let imgObj = JSON.stringify(this.dataList.tempImgCover);
uni.navigateTo({ uni.navigateTo({
url: "/pages/hotel/picture?imgObj=" + imgObj, url: "/pages/hotel/picture?imgObj=" + imgObj+"&isLine=1",
}); });
}, },
scroll(e) { scroll(e) {
......
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