|
@@ -29,13 +29,17 @@
|
|
<view class="map-route-main">
|
|
<view class="map-route-main">
|
|
<template v-for="item,i in stationList">
|
|
<template v-for="item,i in stationList">
|
|
<view class="scroll-view-item"
|
|
<view class="scroll-view-item"
|
|
- :class="{'map-route-origin map-geton ':i==0,'map-route-item':i!=0}"
|
|
|
|
|
|
+ :class="{'map-route-origin map-geton ':i==0,'map-route-item':i!=0,'map-geton':downid==item.id}"
|
|
@click="downBtn(item)">
|
|
@click="downBtn(item)">
|
|
|
|
|
|
<view class="map-route-car" v-if="showCar(item)">
|
|
<view class="map-route-car" v-if="showCar(item)">
|
|
<img src="static/img/car.png" alt="">
|
|
<img src="static/img/car.png" alt="">
|
|
</view>
|
|
</view>
|
|
- <view class="map-route-circle"></view>
|
|
|
|
|
|
+ <view class="map-route-circle" :style="i==0&&downid!=item.id?'border: 3px solid #1e8abd;':''">
|
|
|
|
+
|
|
|
|
+ <img src="static/img/plate.png" style=" width: 12px; margin-top: 3px;" v-if="downid==item.id" alt="">
|
|
|
|
+ </view>
|
|
|
|
+
|
|
<view class="map-route-line"></view>
|
|
<view class="map-route-line"></view>
|
|
<view class="map-route-name">
|
|
<view class="map-route-name">
|
|
{{item.name}}
|
|
{{item.name}}
|