From 9c5734f4870ba0486957e8a5e536ec9f332e83eb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Feb 2022 13:48:08 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/components/mobilePopupOurOnce/index.vue |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/components/mobilePopupOurOnce/index.vue b/src/components/mobilePopupOurOnce/index.vue
index 097ce3b..f69923c 100644
--- a/src/components/mobilePopupOurOnce/index.vue
+++ b/src/components/mobilePopupOurOnce/index.vue
@@ -8,18 +8,23 @@
       }"
     >
       <div class="mobilePopupOurOnce_left">
-        <img :src="icon" alt="" :key="icon" />
+        <!-- <img :src="icon" alt="" :key="icon" /> -->
         <el-image
-          style="width: 100px; height: 100px"
+          style="width: 80px; height: 80px"
           :src="icon"
           :id="'mobileBigImgs' + icon + ''"
-          v-show="false"
           :preview-src-list="srcList"
         >
+          <!-- v-show="false" -->
         </el-image>
       </div>
-      <div class="mobilePopupOurOnce_right">
-        <div class="mobilePopupOurOnce_r_up">{{ onceData.name }}</div>
+      <div class="mobilePopupOurOnce_right" @click.self.stop="openOnce('定位')">
+        <div
+          class="mobilePopupOurOnce_r_up"
+          @click.self.stop="openOnce('定位')"
+        >
+          {{ onceData.name }}
+        </div>
         <div class="mobilePopupOurOnce_r_down">
           <div v-for="(item, index) in seebut" :key="index">
             <el-link

--
Gitblit v1.9.3