From cc93f94f3c503c662e1bb6a46fde991ed3fc7f1f Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 26 Apr 2021 11:30:18 +0800
Subject: [PATCH] 历史录像 js完善
---
src/main/resources/public/js/live/livepler.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/public/js/live/livepler.js b/src/main/resources/public/js/live/livepler.js
index 4f20afe..cb73411 100755
--- a/src/main/resources/public/js/live/livepler.js
+++ b/src/main/resources/public/js/live/livepler.js
@@ -15,6 +15,7 @@
" <span class=\"duration_timer\">00:00:00</span>\n" +
" </div>\n" +
" <div class=\"fa fa-expand expand\" onclick=\"h5lc.fullscreen=true\"></div>\n" +
+ " <div class=\"fa fa-close\" id=\"close\"></div>\n" +
" </div>\n" +
" </div>\n" +
" </div>");
--
Gitblit v1.9.1