Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
64b4a56f
Commit
64b4a56f
authored
Sep 21, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
61aa7e70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
guidecarGoodsdetails.vue
pages/guidecar/guidecarGoodsdetails.vue
+6
-6
No files found.
pages/guidecar/guidecarGoodsdetails.vue
View file @
64b4a56f
...
...
@@ -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_n
um+'
&
ShoppingAddress
=
'+this.address+
url:'
/
pages
/
guidecar
/
place_order
?
GoodsId
=
'+this.GoodsId+'
&
Number
=
'+this.
RideN
um+'
&
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
:
2
4
px
;
font-size
:
2
2
px
;
font-weight
:
bold
;
}
.guidecarOrderdetails
.numfont
{
...
...
@@ -778,7 +778,7 @@
}
.guidecarOrderdetails
.btnstyle
{
width
:
1
3
5px
;
width
:
1
2
5px
;
height
:
100%
;
display
:
flex
;
flex-direction
:
row
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment