Commit 57283a3d authored by zhengke's avatar zhengke

修改

parent 6f90cf83
...@@ -26,10 +26,18 @@ ...@@ -26,10 +26,18 @@
methods: { methods: {
//页面跳转 //页面跳转
goDetail() { goDetail() {
// let myDayObj = JSON.stringify(this.dayObj); //3 景点
// uni.navigateTo({ if(this.goodType==3){
// url: "/pages/hotel/detail?id=" + id + '&dayObj=' + myDayObj uni.navigateTo({
// }); url: "/pages/ticketCoupons/detail?id="+this.goodItem.ID,
});
}
//2 美食
if(this.goodType==2){
uni.navigateTo({
url:"/pages/restaurant/detail?id="+this.goodItem.ID
});
}
} }
} }
} }
......
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