src/components/site/siteList.vue
@@ -5,7 +5,7 @@ finished-text="没有更多了" @load="searchStation()" > <van-cell v-for="(item,i) in dataList" :key="i" :title="item.label"/> <van-cell v-for="(item,i) in dataList" :key="i" :title="item.label" to="/functionList"/> </van-list> </div> </template>