From 0ec1d94a52fb878098c3dda84e72f0f32b5ab9d2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 20 Jan 2022 14:38:38 +0800
Subject: [PATCH] +隐藏全屏弹窗的标签栏,隐藏底部最左侧按钮

---
 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