From 97dfab42d2736e2e91035aad58ed01fc27ad3a7d Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期二, 06 一月 2026 11:30:30 +0800
Subject: [PATCH] 大屏视频逻辑调整
---
fzzy-igdss-web/src/main/resources/templates/group/video.html | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/group/video.html b/fzzy-igdss-web/src/main/resources/templates/group/video.html
index 12fb614..c664113 100644
--- a/fzzy-igdss-web/src/main/resources/templates/group/video.html
+++ b/fzzy-igdss-web/src/main/resources/templates/group/video.html
@@ -47,7 +47,7 @@
background-color: #333;
text-align: center;
- line-height: 826px;
+ /*line-height: 826px;*/
color: #FFF;
font-size: 20px;
}
@@ -59,7 +59,7 @@
background-color: #333;
text-align: center;
- line-height: 413px;
+ /*line-height: 413px;*/
color: #FFF;
font-size: 20px;
}
@@ -71,7 +71,7 @@
background-color: #333;
text-align: center;
- line-height: 275.4px;
+ /*line-height: 275.4px;*/
color: #FFF;
font-size: 20px;
}
@@ -83,7 +83,7 @@
background-color: #333;
text-align: center;
- line-height: 206.5px;
+ /*line-height: 206.5px;*/
color: #FFF;
font-size: 20px;
}
@@ -176,15 +176,15 @@
</div>
<div class="panel-box1-item">
<p><i><img th:src="@{/img/web/group/icon-user.png}"/></i>
- <span id="deptContact">
- 寮犱笁
+ <span id="yxcr">
+ 0
</span>
</p>
</div>
<div class="panel-box1-item">
<p><i><img th:src="@{/img/web/group/icon-phone.png}"/></i>
- <span id="deptPhone">
- 18638530750
+ <span id="cfs">
+ 0
</span>
</p>
</div>
@@ -276,21 +276,21 @@
<div>
<div class="panel-title" id="pieCharTitle">瑙嗛鐩戞帶</div>
<div class="fenping_icon">
- <img onclick="fenping(1)" id="f_1" style="width: 30px" th:src="@{/img/web/group/fp_1_active.png}"/>
- <img onclick="fenping(4)" id="f_4" style="width: 30px" th:src="@{/img/web/group/fp_4.png}"/>
+ <img onclick="fenping(1)" id="f_1" style="width: 30px" th:src="@{/img/web/group/fp_1.png}"/>
+ <img onclick="fenping(4)" id="f_4" style="width: 30px" th:src="@{/img/web/group/fp_4_active.png}"/>
<img onclick="fenping(9)" id="f_9" style="width: 30px" th:src="@{/img/web/group/fp_9.png}"/>
<img onclick="fenping(16)" id="f_16" style="width: 30px" th:src="@{/img/web/group/fp_16.png}"/>
</div>
</div>
<!--涓�鍒嗗睆 榛樿鏄剧ず-->
- <div id="video_1" class="right-videoWrap">
+ <div id="video_1" class="right-videoWrap" style="display: none;">
<div id="f1_d1" class="div_v1 bor_t_l bor_b bor_r">
<video class="video" id="video1_1" autoplay="" muted="" playsinline=""></video>
</div>
</div>
<!--鍥涘垎灞� 榛樿鏄剧ず-->
- <div id="video_4" class="right-videoWrap" style="display: none;">
+ <div id="video_4" class="right-videoWrap">
<div id="f4_d1" class="div_v4 bor_t_l">
<video class="video" id="video4_1" autoplay="" muted="" playsinline=""></video>
</div>
@@ -395,19 +395,19 @@
</div>
</div>
<script th:src="@{/js/jquery.min.js}"></script>
-<script th:src="@{/ajax/libs/layui/layui.js}"></script>
<script th:src="@{/ajax/libs/layer/layer.js}"></script>
+<script th:src="@{/ajax/libs/layui/layui.js}"></script>
<script th:src="@{/common/constant.js}"></script>
<script th:src="@{/common/igds-common.js}"></script>
<script th:src="@{/group/video.js}"></script>
<script th:inline="javascript">
-
+ var userId = [[${loginUser.loginName}]];
+ var companyId = [[${loginUser.companyId}]];
var bizType = [[${bizType}]];
var bizTag = [[${bizTag}]];
- var deptCur = [[${deptInfo}]]
var deptId = [[${deptId}]];
var dicSlogan = [[${dicSlogan}]];
- var cameraList = [[${cameraList}]];
+ var deptList = [[${deptList}]];
//璁剧疆瀹氭椂鍒锋柊椤甸潰锛屼富瑕佷负浜嗛槻姝㈡帀绾�
var timer2;
@@ -417,7 +417,7 @@
}
timer2 = setInterval(function () {
window.location.href = window.location.href;
- }, 60 * 60 * 1000);
+ }, 24*60 * 60 * 1000);
};
</script>
</body>
--
Gitblit v1.9.3