Commit ed93005e authored by 黄奎's avatar 黄奎

页面修改

parent db9f769d
...@@ -1326,7 +1326,7 @@ ...@@ -1326,7 +1326,7 @@
if (startTrafficArray && startTrafficArray.length > 0) { if (startTrafficArray && startTrafficArray.length > 0) {
Arr.push(...startTrafficArray) Arr.push(...startTrafficArray)
} }
if (dayNum == 1) { if (dayNum == 1||dayNum==this.dataList[this.dataList.length-1].dayNum) {
if (arrivalTrafficArray && arrivalTrafficArray.length > 0) { if (arrivalTrafficArray && arrivalTrafficArray.length > 0) {
Arr.push(...arrivalTrafficArray) Arr.push(...arrivalTrafficArray)
} }
......
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