From 4f5768f3bdadd5454a3eaa1646917ef7a92fe646 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Jan 2022 15:45:07 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/components/mobilePopupOur/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/mobilePopupOur/index.vue b/src/components/mobilePopupOur/index.vue
index e00fde2..9c8feb9 100644
--- a/src/components/mobilePopupOur/index.vue
+++ b/src/components/mobilePopupOur/index.vue
@@ -197,7 +197,7 @@
         ) {
           // 社区建筑使用该id获取具体信息
           data.forEach((item) => {
-            let icon = item.tpurl.split(",");
+            let icon = item.tpurl ? item.tpurl.split(",") : item.id;
             outList.push({
               id: item.id,
               name: item.mechanismname,

--
Gitblit v1.9.3