瀏覽代碼

设备详情页修改

zuypeng 1 年之前
父節點
當前提交
0836286651
共有 1 個文件被更改,包括 0 次插入5 次删除
  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>