Commit 5062179d authored by zhengke's avatar zhengke

增加娟妹说酒店

parent 0a80faa3
......@@ -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);
}
......
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