Commit 88b96f89 authored by Mac's avatar Mac

1

parent 919226d6
...@@ -360,9 +360,7 @@ ...@@ -360,9 +360,7 @@
if (options && options.money) { //储值卡 if (options && options.money) { //储值卡
this.cardsmoney = options.money; this.cardsmoney = options.money;
} }
if(options && options.id){
this.id = options.id
}
if(options && options.dayObj){ if(options && options.dayObj){
this.dayObj = options.dayObj this.dayObj = options.dayObj
} }
...@@ -821,7 +819,7 @@ ...@@ -821,7 +819,7 @@
}else if(that.JumpType == 11){//用户详情 }else if(that.JumpType == 11){//用户详情
uni.navigateTo({ url: "/pages/blindDate/persondetails?UserId=" + that.GoodsId }); uni.navigateTo({ url: "/pages/blindDate/persondetails?UserId=" + that.GoodsId });
}else if(that.JumpType == 12){//储值卡的领取 }else if(that.JumpType == 12){//储值卡的领取
uni.navigateTo({ url: "/pages/coupon/cards/cardsreceive?Id=" + that.GoodsId +'&cardsmoney='+this.cardsmoney}); uni.navigateTo({ url: "/pages/coupon/cards/cardsreceive?Id=" + that.GoodsId +'&cardsmoney='+that.cardsmoney});
}else if(that.JumpType == 13){//用户资料 }else if(that.JumpType == 13){//用户资料
uni.navigateTo({ url: "/pages/blindDate/persondetails?UserId=" + that.GoodsId }); uni.navigateTo({ url: "/pages/blindDate/persondetails?UserId=" + that.GoodsId });
}else if(that.JumpType == 14){//用户资料填写 }else if(that.JumpType == 14){//用户资料填写
...@@ -834,7 +832,7 @@ ...@@ -834,7 +832,7 @@
}else if(that.JumpType == 17){//景点专车 }else if(that.JumpType == 17){//景点专车
uni.navigateTo({ url: '/pages/guidecar/bookaCarList?carMsg='+that.carMsg}) uni.navigateTo({ url: '/pages/guidecar/bookaCarList?carMsg='+that.carMsg})
}else if(that.JumpType == 18){ //酒店详情 }else if(that.JumpType == 18){ //酒店详情
uni.navigateTo({ url: '/pages/hotel/detail?id=' + that.id + '&dayObj=' + that.dayObj+'&searchObj='+that.searchObj}) uni.navigateTo({ url: '/pages/hotel/detail?id=' + that.GoodsId + '&dayObj=' + that.dayObj+'&searchObj='+that.searchObj})
}else if(that.JumpType == 19){ //线路详情 }else if(that.JumpType == 19){ //线路详情
uni.navigateTo({ url: '/pages/jiuzhai/jz_LineDetail?tcid=' + that.tcid + '&configId=' + that.configId+'&cityId='+that.cityId}) uni.navigateTo({ url: '/pages/jiuzhai/jz_LineDetail?tcid=' + that.tcid + '&configId=' + that.configId+'&cityId='+that.cityId})
} }
......
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