Commit badac3d9 authored by qiaoyajun's avatar qiaoyajun

删除无用的代码

parent 79c2e251
let locationName = window.location.hostname;
if (locationName.indexOf('oytour') !== -1) {
domainUrl = "http://reborn.oytour.com";
} else if (locationName.indexOf('viitto') !== -1) {
domainUrl = "https://test.viitto.com";
}
let ViittoFileUrl = locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "http://imgfile.oytour.com" : 'http://192.168.2.214:8130'
var tripUtils = {
TypeKey: {
......@@ -541,7 +536,7 @@ var tripUtils = {
childItem: '',
}
},
/*
/*
* 默认取当天上一个交通的结束城市编号,
* 如果当天没有取上一天结束城市编号
* 参数说明:DayList-行程数组,dayNum-天数,numIndex:索引,isCompareIndex:是否比较索引(当前的数据需要验证索引,前一天的数据不需要验证索引)
......@@ -598,7 +593,7 @@ var tripUtils = {
}
return uuid.join('');
},
/*
/*
* 获取交通城市编号,逗号分隔
* 默认取当天上一个交通的结束城市编号,
* 如果当天没有取上一天结束城市编号
......
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