|
@@ -5,8 +5,10 @@
|
|
|
<u-popup v-model="show1" mode="center" border-radius="20">
|
|
|
<view class="sitePopup">
|
|
|
<view class="sitePopup-head">
|
|
|
- <h4>9路支线</h4>
|
|
|
- <p>开往:红光路加气站 上车站点:玉桥小区</p>
|
|
|
+ <h4>{{title}}</h4>
|
|
|
+ <p v-if="stationList.length">开往:{{stationList[stationList.length-1].name}} </p>
|
|
|
+ <p v-if="stationList.length">上车站点:{{downItem.name}}</p>
|
|
|
+
|
|
|
</view>
|
|
|
<view class="sitePopup-main">
|
|
|
<view class="remind-item-bg remind-item-bg1 ":class="popid==0?'active':''" @click="selectBtn(0)" >
|