Explorar el Código

设备详情页修改

zuypeng hace 1 año
padre
commit
0836286651
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      src/pages/index/index.vue

+ 0 - 5
src/pages/index/index.vue

@@ -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>