|
|
@@ -53,11 +53,6 @@
|
|
|
<view class="w100 content_station">
|
|
|
<template v-if="isLogin">
|
|
|
<WashStation v-for="item in state.stationList" :key="item.id" :item="item"></WashStation>
|
|
|
- <WashStation v-for="item in state.stationList" :key="item.id" :item="item"></WashStation>
|
|
|
- <WashStation v-for="item in state.stationList" :key="item.id" :item="item"></WashStation>
|
|
|
- <WashStation v-for="item in state.stationList" :key="item.id" :item="item"></WashStation>
|
|
|
- <WashStation v-for="item in state.stationList" :key="item.id" :item="item"></WashStation>
|
|
|
- <WashStation v-for="item in state.stationList" :key="item.id" :item="item"></WashStation>
|
|
|
</template>
|
|
|
<uv-empty v-else mode="order" text="请先登录"></uv-empty>
|
|
|
</view>
|