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
84e8bee3
Commit
84e8bee3
authored
Sep 27, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增娟妹说模板
parent
06bc028a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+7
-0
No files found.
src/components/confirmationOrderDownLoad.vue
View file @
84e8bee3
...
...
@@ -38,6 +38,7 @@
<el-option
label=
"仲夏花火夜"
:value=
"-2"
></el-option>
<el-option
label=
"寻觅日本美食"
:value=
"-3"
></el-option>
<el-option
label=
"邂逅北海道的雪"
:value=
"-4"
></el-option>
<el-option
label=
"日本趣味滑雪乐"
:value=
"-5"
></el-option>
<el-option
v-for=
"item in titleList"
:key=
"item.subCode"
...
...
@@ -738,6 +739,9 @@
if
(
this
.
Typevalue
==-
4
){
title
+=
"邂逅北海道的雪"
}
if
(
this
.
Typevalue
==-
5
){
title
+=
"日本趣味滑雪乐"
}
if
(
this
.
Typevalue
>
0
){
this
.
titleList
.
forEach
(
item
=>
{
if
(
item
.
id
==
this
.
Typevalue
){
...
...
@@ -790,6 +794,9 @@
else
if
(
this
.
Typevalue
==-
4
){
window
.
open
(
"http://www.oytour.com/#/FoodImg4"
);
}
else
if
(
this
.
Typevalue
==-
5
){
window
.
open
(
"http://www.oytour.com/#/Juanski"
);
}
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