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/mobileLeftNav/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/components/mobileLeftNav/index.vue b/src/components/mobileLeftNav/index.vue
index e584f72..768b558 100644
--- a/src/components/mobileLeftNav/index.vue
+++ b/src/components/mobileLeftNav/index.vue
@@ -365,6 +365,7 @@
video: data[k].videourl || "",
from: "labels",
introduce: data[k].introduce,
+ panoramaurl: data[k].panoramaurl,
};
// 定制化窗体
that.openPopupS(
--
Gitblit v1.9.3