Commit b6769d54 authored by zhengke's avatar zhengke

修改下载

parent 4acbe108
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<el-option label="寻觅日本美食" :value="-3"></el-option> <el-option label="寻觅日本美食" :value="-3"></el-option>
<el-option label="邂逅北海道的雪" :value="-4"></el-option> <el-option label="邂逅北海道的雪" :value="-4"></el-option>
<el-option label="日本趣味滑雪乐" :value="-5"></el-option> <el-option label="日本趣味滑雪乐" :value="-5"></el-option>
<el-option label="湄公之畔,悠哉老挝" :value="-6"></el-option>
<el-option <el-option
v-for="item in titleList" v-for="item in titleList"
:key="item.subCode" :key="item.subCode"
...@@ -742,6 +743,9 @@ ...@@ -742,6 +743,9 @@
if(this.Typevalue==-5){ if(this.Typevalue==-5){
title+="日本趣味滑雪乐" title+="日本趣味滑雪乐"
} }
if(this.Typevalue==-6){
title+="湄公之畔,悠哉老挝"
}
if(this.Typevalue>0){ if(this.Typevalue>0){
this.titleList.forEach(item=>{ this.titleList.forEach(item=>{
if(item.id==this.Typevalue){ if(item.id==this.Typevalue){
...@@ -797,6 +801,9 @@ ...@@ -797,6 +801,9 @@
else if(this.Typevalue==-5){ else if(this.Typevalue==-5){
window.open("http://www.oytour.com/#/Juanski"); window.open("http://www.oytour.com/#/Juanski");
} }
else if(this.Typevalue==-6){
window.open("http://www.oytour.com/#/Laowo");
}
else{ else{
window.open("http://www.oytour.com/#/JuanDetails?id="+this.Typevalue); window.open("http://www.oytour.com/#/JuanDetails?id="+this.Typevalue);
} }
......
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