From 09e00d2c3aefa702a349d5e6c02b8abdf47b83d0 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 18 Jan 2022 09:36:27 +0800
Subject: [PATCH] +实时判断显影全景按钮

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

diff --git a/src/components/mobilePopupOur/index.vue b/src/components/mobilePopupOur/index.vue
index 42461d2..e00fde2 100644
--- a/src/components/mobilePopupOur/index.vue
+++ b/src/components/mobilePopupOur/index.vue
@@ -247,6 +247,7 @@
                 item.address.split(";")[0].split(",")[0],
                 item.address.split(";")[0].split(",")[1],
               ],
+              panoramaurl: item.panoramaurl, //全景
             };
             outList.push(useData);
           });
@@ -276,6 +277,7 @@
                 that.mBigPopup.name == "文化风景"
                   ? ["定位", "实景", "图集"]
                   : ["定位"],
+              panoramaurl: item.panoramaurl, //全景
             };
             outList.push(useData);
           });
@@ -326,6 +328,7 @@
               that.mBigPopup.name == "文化风景"
                 ? ["定位", "实景", "图集"]
                 : ["定位"],
+            panoramaurl: item.panoramaurl, //全景
           };
           outList.push(useData);
         });

--
Gitblit v1.9.3