From c3c1616c9c666e170b9ad10c38271d63bb9b2321 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 15 Mar 2023 11:44:48 +0800
Subject: [PATCH] 活动更改
---
src/views/activity/components/videoControlBox.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/activity/components/videoControlBox.vue b/src/views/activity/components/videoControlBox.vue
index 1a43de5..536695c 100644
--- a/src/views/activity/components/videoControlBox.vue
+++ b/src/views/activity/components/videoControlBox.vue
@@ -281,10 +281,12 @@
}
})
+ }, {
+ headingOffset: -90
})
track.setModel('/model/qiche.gltf', {
- scale: 0.8
+ scale: 1.2
})
tc.addTrack(track)
@@ -315,6 +317,7 @@
* @return {*}
*/
getRegionList (positionNewStr) {
+ console.log(positionNewStr)
getRegionList({ page: 1, count: 15, range: positionNewStr }).then(res => {
let monitorData = res.data.data.list
this.initMonitoringIcon(monitorData)
--
Gitblit v1.9.3