|
@@ -184,14 +184,15 @@
|
|
|
|
|
|
if (!isChrome()) {
|
|
|
// document.writeln("<div class='imgWrap'><img src='https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699993534.png' class='bgImg' alt=''><img src='https://gyt.ks3-cn-beijing.ksyuncs.com/basic/1688699779209.png' class='btnImg' alt=''></div>");
|
|
|
- document.writeln(" <div class='imgWrap'><h1>当前浏览器版本过低</h1><p class='subMsg'>为了保证良好的上课体验,推荐您使用谷歌浏览器</p> <button class='subBtn' onclick='gotoLinlk()'>下载谷歌浏览器</button>");
|
|
|
- document.execCommand("Stop");
|
|
|
- // if (IsFF()) {
|
|
|
- // window.stop()
|
|
|
- // } else {
|
|
|
- // document.execCommand("Stop");
|
|
|
- // }
|
|
|
|
|
|
+
|
|
|
+ if (IEVersion() < 9) {
|
|
|
+ document.writeln(" <div class='imgWrap'><h1>当前浏览器版本过低</h1><p class='subMsg'>为了保证良好的上课体验,推荐您使用谷歌浏览器</p> <button class='subBtn' onclick='gotoLinlk()'>下载谷歌浏览器</button>");
|
|
|
+ alert('1111')
|
|
|
+ } else {
|
|
|
+ document.writeln(" <div class='imgWrap'><h1>当前浏览器版本过低</h1><p class='subMsg'>为了保证良好的上课体验,推荐您使用谷歌浏览器</p> <button class='subBtn' onclick='gotoLinlk()'>下载谷歌浏览器</button>");
|
|
|
+ document.execCommand("Stop");
|
|
|
+ }
|
|
|
} else {
|
|
|
console.log(getChromeVersion(), 'getChromeVersion')
|
|
|
if (getChromeVersion() < 90) {
|