Commit 64b4a56f authored by Mac's avatar Mac

1

parent 61aa7e70
......@@ -275,6 +275,7 @@
SmallShopId:0,//分享微店id
uid:0,//分享的上级id
RideNum:1,//出行人数
contentHeight:0,
}
},
onLoad(option){
......@@ -388,7 +389,6 @@
if(this.uid==0){
this.uid = uni.getStorageSync("pid")?uni.getStorageSync("pid").pid:0
}
return {
title: this.g.app_share_title != null && this.g.app_share_title != "" ? this.g.app_share_title : this.g.name,
path: "/pages/index/index?GoodsId=" + this.GoodsId + "&user_id=" + this.uid+ "&SmallShopId=" + this.SmallShopId+'&JumpType=3'
......@@ -545,10 +545,10 @@
//跳转
goUrl(){
uni.navigateTo({
url:'/pages/guidecar/place_order?GoodsId='+this.GoodsId+'&Number='+this.g.ride_num+'&ShoppingAddress='+this.address+
url:'/pages/guidecar/place_order?GoodsId='+this.GoodsId+'&Number='+this.RideNum+'&ShoppingAddress='+this.address+
'&StartTime='+this.StartTime+
'&EndTime='+this.EndTime+
'&RideNum='+this.RideNum
'&EndTime='+this.EndTime
})
......@@ -635,7 +635,7 @@
margin-left: 8px;
}
.guidecarOrderdetails .btnnumfont{
font-size: 24px;
font-size: 22px;
font-weight: bold;
}
.guidecarOrderdetails .numfont {
......@@ -778,7 +778,7 @@
}
.guidecarOrderdetails .btnstyle{
width: 135px;
width: 125px;
height: 100%;
display: flex;
flex-direction: row;
......
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