From 09d137249b4ee41603a8e4becc41923b99f13e95 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Jan 2022 11:31:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
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