Commit 9d4b230a authored by youjie's avatar youjie

no message

parent b069d193
...@@ -362,7 +362,8 @@ var tripUtils = { ...@@ -362,7 +362,8 @@ var tripUtils = {
TrafficType: 2, //交通类型,默认为专车 TrafficType: 2, //交通类型,默认为专车
TrafficContent: "", //交通详情 TrafficContent: "", //交通详情
TrafficImage: "", //交通图片 TrafficImage: "", //交通图片
x: 0,
y: 0,
} }
}; };
}, },
...@@ -634,7 +635,7 @@ var tripUtils = { ...@@ -634,7 +635,7 @@ var tripUtils = {
{ {
cityIdStr += subItem.ArrivalCityId + "," cityIdStr += subItem.ArrivalCityId + ","
} }
}); });
} }
} }
......
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
</div> </div>
</div> </div>
<div class="travelDaysdetails-tsTextBox"> <div class="travelDaysdetails-tsTextBox">
<div class="travelDaysdetails-tsText row" <div class="travelDaysdetails-tsText"
:style="{'background':backgroundColor2}"> :style="{'background':backgroundColor2}">
<span class="travelDaysdetails-text0">温馨提示:</span> <span class="travelDaysdetails-text0">温馨提示:</span>
<template v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0"> <template v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>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