From 709c250c349faaec675f13227363e4f54793539b Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 06 八月 2020 15:40:27 +0800
Subject: [PATCH] build: 添加app分类脚本

---
 src/pages/search/index/Searching.vue |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/src/pages/search/index/Searching.vue b/src/pages/search/index/Searching.vue
index 7c00b8e..4e23f14 100644
--- a/src/pages/search/index/Searching.vue
+++ b/src/pages/search/index/Searching.vue
@@ -170,7 +170,7 @@
         </div>
       </div>
     </div>
-    <hsc-window-style-metal class="windown-model">
+    <!-- <hsc-window-style-metal class="windown-model">
       <hsc-window
         v-for="(item, index) in CardList.addBaseList"
         :closeButton="true"
@@ -231,13 +231,14 @@
           </div>
         </div>
       </hsc-window>
-    </hsc-window-style-metal>
+    </hsc-window-style-metal>-->
   </div>
 </template>
 
 <script>
 import Card from "@/components/subComponents/Card";
 import UploadImg from "@/components/searching/UploadImg";
+//import CardWindow from "../components/cardWindow";
 import bus from "./main";
 export default {
   components: {
@@ -300,17 +301,7 @@
 
     // 鏆傛椂鍏抽棴璺宠浆 20200730
     // if (this.$route.query.showType === "findByPic") {
-    if (0) {
-      this.VideoPhotoData.uploadDiaplay = true;
-      console.log("鍒璺宠繃鏉ョ殑浠ュ浘鎼滃浘");
-      this.VideoPhotoData.picUrl = this.$route.query.picSmUrl;
-      this.VideoPhotoData.uploadImg = this.$route.query.picSmUrl;
-      this.VideoPhotoData.uploadType = true
-      this.VideoPhotoData.compTargetId = this.$route.query.targetId
-      this.VideoPhotoData.compTargetType = this.$route.query.compType
-      this.VideoPhotoData.size = 30
-      this.VideoPhotoData.compareTabs = ["esData"];
-      this.VideoPhotoData.findPerson2(); // 鏌ユ壘姝や汉
+    if (this.VideoPhotoData.uploadDiaplay) {
       // this.$nextTick(() => {
       //   this.$refs.uploadImg.rightSectionDisplay = true;
       // });
@@ -530,6 +521,7 @@
       })
     },
     getDetails(ev, index) {
+      debugger
       //let obj = this.CardList.datalist[index];
       this.CardList.datalist = this.VideoPhotoData.cards;
       let obj = this.CardList.datalist[index];
@@ -726,6 +718,13 @@
     height: 100%;
     padding: 0px 20px;
     box-sizing: border-box;
+
+    //涓存椂
+    .el-carousel__item.is-active {
+      z-index: 0 !important;
+    }
+    //涓存椂
+
     .searching-right-nav {
       height: 50px;
       width: 100%;
@@ -884,7 +883,7 @@
       width: 100%;
       height: 100%;
       .el-loading-spinner-search {
-        background: url("../../../assets/gif/searchLoading.gif") no-repeat;
+        background: url("/images/search/searchLoading.gif") no-repeat;
       }
     }
   }

--
Gitblit v1.8.0