Commit 64b4a56f authored by Mac's avatar Mac

1

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