Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
5062179d
Commit
5062179d
authored
Oct 31, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加娟妹说酒店
parent
0a80faa3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+8
-0
No files found.
src/components/confirmationOrderDownLoad.vue
View file @
5062179d
...
...
@@ -40,6 +40,7 @@
<el-option
label=
"邂逅北海道的雪"
:value=
"-4"
></el-option>
<el-option
label=
"日本趣味滑雪乐"
:value=
"-5"
></el-option>
<el-option
label=
"湄公之畔,悠哉老挝"
:value=
"-6"
></el-option>
<el-option
label=
"印象日本·严选酒店
<
舒适体验·品质服务
>
" :value="-7">
</el-option>
<el-option
v-for=
"item in titleList"
:key=
"item.subCode"
...
...
@@ -747,6 +748,10 @@
if
(
this
.
Typevalue
==-
6
){
title
+=
"湄公之畔,悠哉老挝"
}
if
(
this
.
Typevalue
==-
7
){
title
+=
"印象日本·严选酒店<舒适体验·品质服务>"
}
if
(
this
.
Typevalue
>
0
){
this
.
titleList
.
forEach
(
item
=>
{
if
(
item
.
id
==
this
.
Typevalue
){
...
...
@@ -803,6 +808,9 @@
else
if
(
this
.
Typevalue
==-
6
){
window
.
open
(
"http://www.oytour.com/#/Laowo"
);
}
else
if
(
this
.
Typevalue
==-
7
){
window
.
open
(
"http://www.oytour.com/#/JapanHotel"
);
}
else
{
window
.
open
(
"http://www.oytour.com/#/JuanDetails?id="
+
this
.
Typevalue
);
}
...
...
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