From d6caa7f8cbdd1f57ed9be4571fc7d86d21bdfbeb Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 14 Aug 2021 15:59:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory
---
public/carVideo/children.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/carVideo/children.html b/public/carVideo/children.html
index 45ce976..4ed36a9 100644
--- a/public/carVideo/children.html
+++ b/public/carVideo/children.html
@@ -24,7 +24,7 @@
margin: auto;
width: 800px;
height: 400px;
- border: 1px solid red;
+ color: #fff;
}
.cbInfoDiv {
@@ -350,7 +350,7 @@
initBtnClicked();
- setTimeout(function() {
+ setTimeout(function () {
$("#playBtn").trigger('click');
}, 3000)
});
@@ -369,7 +369,7 @@
initPlugin();
}, 3000)
} else {
- $("#playWnd").html("插件启动失败,请检查插件是否安装!");
+ $("#playWnd").html("插件启动失败,请检查插件是否安装!<a href='./VideoWebPlugin.exe' target='_blank' style='color: var(--mcblue)'>点击下载</a>");
}
},
cbConnectClose: function (bNormalClose) {
--
Gitblit v1.9.3