Commit 67da0b9a authored by 黄奎's avatar 黄奎

页面修改

parent e2af65b9
...@@ -1479,13 +1479,11 @@ ...@@ -1479,13 +1479,11 @@
//线路切换 //线路切换
changeLine() { changeLine() {
this.getLineTeamList(this.postConfig.LineId, 1); this.getLineTeamList(this.postConfig.LineId, 1);
//欧洲线(2)和韩国线(5)默认小包团(1) //欧洲线(2)、欧洲线直采(168)和韩国线(5)默认小包团(1)
if (this.postConfig.LineId == 2 || this.postConfig.LineId == 5) { if (this.postConfig.LineId == 2 || this.postConfig.LineId == 5 || this.postConfig.LineId == 168) {
this.postConfig.TeamType = 1; this.postConfig.TeamType = 1;
} } else {
else this.postConfig.TeamType = 0;
{
this.postConfig.TeamType=0;
} }
}, },
//获取系列列表 //获取系列列表
......
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