Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
88b96f89
Commit
88b96f89
authored
Jun 04, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
919226d6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
index.vue
pages/index/index.vue
+3
-5
No files found.
pages/index/index.vue
View file @
88b96f89
...
...
@@ -360,9 +360,7 @@
if
(
options
&&
options
.
money
)
{
//储值卡
this
.
cardsmoney
=
options
.
money
;
}
if
(
options
&&
options
.
id
){
this
.
id
=
options
.
id
}
if
(
options
&&
options
.
dayObj
){
this
.
dayObj
=
options
.
dayObj
}
...
...
@@ -821,7 +819,7 @@
}
else
if
(
that
.
JumpType
==
11
){
//用户详情
uni
.
navigateTo
({
url
:
"/pages/blindDate/persondetails?UserId="
+
that
.
GoodsId
});
}
else
if
(
that
.
JumpType
==
12
){
//储值卡的领取
uni
.
navigateTo
({
url
:
"/pages/coupon/cards/cardsreceive?Id="
+
that
.
GoodsId
+
'&cardsmoney='
+
th
is
.
cardsmoney
});
uni
.
navigateTo
({
url
:
"/pages/coupon/cards/cardsreceive?Id="
+
that
.
GoodsId
+
'&cardsmoney='
+
th
at
.
cardsmoney
});
}
else
if
(
that
.
JumpType
==
13
){
//用户资料
uni
.
navigateTo
({
url
:
"/pages/blindDate/persondetails?UserId="
+
that
.
GoodsId
});
}
else
if
(
that
.
JumpType
==
14
){
//用户资料填写
...
...
@@ -834,7 +832,7 @@
}
else
if
(
that
.
JumpType
==
17
){
//景点专车
uni
.
navigateTo
({
url
:
'/pages/guidecar/bookaCarList?carMsg='
+
that
.
carMsg
})
}
else
if
(
that
.
JumpType
==
18
){
//酒店详情
uni
.
navigateTo
({
url
:
'/pages/hotel/detail?id='
+
that
.
i
d
+
'&dayObj='
+
that
.
dayObj
+
'&searchObj='
+
that
.
searchObj
})
uni
.
navigateTo
({
url
:
'/pages/hotel/detail?id='
+
that
.
GoodsI
d
+
'&dayObj='
+
that
.
dayObj
+
'&searchObj='
+
that
.
searchObj
})
}
else
if
(
that
.
JumpType
==
19
){
//线路详情
uni
.
navigateTo
({
url
:
'/pages/jiuzhai/jz_LineDetail?tcid='
+
that
.
tcid
+
'&configId='
+
that
.
configId
+
'&cityId='
+
that
.
cityId
})
}
...
...
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