From 81afc2e465c68f8b14b54a7ec350f28d09583cf1 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期一, 03 八月 2020 11:28:00 +0800
Subject: [PATCH] iframe窗口操作图标替换el-icon,删除天气json

---
 src/components/subComponents/CardItem.vue |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/components/subComponents/CardItem.vue b/src/components/subComponents/CardItem.vue
index e6abb97..df8d6ef 100644
--- a/src/components/subComponents/CardItem.vue
+++ b/src/components/subComponents/CardItem.vue
@@ -488,14 +488,8 @@
 </template>
 
 <script>
-import cardType from "../../mockData/cardType.ts";
-import bus from "@/main";
-
 export default {
   mounted() {
-    bus.$on('refreshCompareImg', () => {
-      // this.tempShowType = false
-    })
     window.addEventListener("resize", this.watchWindow);
   },
   props: {
@@ -526,7 +520,6 @@
     return {
       tempShowType: true,
       initialIndex: 0,
-      cardType,
       carouselIndex: 0,
       dialogVisible: false,
       overflowState: true

--
Gitblit v1.8.0