From 5f8833097634fcf097f7374799be840053458899 Mon Sep 17 00:00:00 2001
From: helloxujingliang <3225043@qq.com>
Date: Sun, 27 Aug 2023 14:52:03 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=90=88=E5=B9=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/widget/onlineuserbox.vue | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/home/widget/onlineuserbox.vue b/src/views/home/widget/onlineuserbox.vue
index e00715b..3328edf 100644
--- a/src/views/home/widget/onlineuserbox.vue
+++ b/src/views/home/widget/onlineuserbox.vue
@@ -17,12 +17,12 @@
{{item.name}}
-
{{item.phone}}
+
类型:{{item.type}}{{item.phone}}
@@ -169,6 +169,7 @@ import { getMethodCommon, postMethodCommon } from '../../../api/common';
this.markGraphicLayerArr = [];
this.list.forEach((item, index) => {
+ let showVideo = item.type == '人员' ? 'inline':'none';
let graphic = new mars3d.graphic.BillboardEntity({
position: [item.lng, item.lat],
style: {
@@ -176,7 +177,7 @@ import { getMethodCommon, postMethodCommon } from '../../../api/common';
horizontalOrigin: Cesium.HorizontalOrigin.CENTER,
verticalOrigin: Cesium.VerticalOrigin.BOTTOM,
clampToGround: true,
- scale: 0.7,
+ scale: 0.4,
label: {
text: "",
font_size: 14,
@@ -206,7 +207,7 @@ import { getMethodCommon, postMethodCommon } from '../../../api/common';