Commit eb444d18 authored by 黄奎's avatar 黄奎

页面修改

parent 46d7db85
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
comCheckHotelV2, comCheckHotelV2,
}, },
methods: { methods: {
//获取交通城市 //获取交通城市
getCityIdStr() { getCityIdStr() {
var cityIdStr = this.$tripUtils.NewOneDayTripGetCityId( var cityIdStr = this.$tripUtils.NewOneDayTripGetCityId(
this.DayList, this.DayList,
......
...@@ -215,12 +215,11 @@ ...@@ -215,12 +215,11 @@
"my-edit": MyEdit "my-edit": MyEdit
}, },
methods: { methods: {
//获取交通城市 //获取交通城市
getCityIdStr() { getCityIdStr() {
var cityIdStr = this.$tripUtils.NewOneDayTripGetCityId( var cityIdStr = this.$tripUtils.NewOneDayTripGetCityId(
this.DayList, this.DayList,
this.index, this.index,
); );
return cityIdStr; return cityIdStr;
}, },
......
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