From 4c3e08670a6a98deea9984c7090994e8e47d3339 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期三, 05 八月 2020 10:46:40 +0800 Subject: [PATCH] card 查找此人添加检索页面跳转 --- src/pages/search/index/Searching.vue | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/src/pages/search/index/Searching.vue b/src/pages/search/index/Searching.vue index 0a30971..4e23f14 100644 --- a/src/pages/search/index/Searching.vue +++ b/src/pages/search/index/Searching.vue @@ -301,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; // }); -- Gitblit v1.8.0