Преглед изворни кода

Merge branch 'dev-5.3.1' of Software/android-cloud-H5 into test

huangxiaojing пре 2 година
родитељ
комит
3508ced9be
2 измењених фајлова са 2 додато и 5 уклоњено
  1. 1 1
      static/screenAndroid/WXtrialInterface.html
  2. 1 4
      static/screenIos/WXtrialInterface.html

+ 1 - 1
static/screenAndroid/WXtrialInterface.html

@@ -2,7 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8" />
-    <title></title>
+    <title>双子星云手机</title>
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <meta name="x5-orientation" content="portrait" />
     <meta name="screen-orientation" content="portrait" />

+ 1 - 4
static/screenIos/WXtrialInterface.html

@@ -2,7 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8" />
-    <title></title>
+    <title>双子星云手机</title>
     <meta name="x5-orientation" content="portrait" />
     <meta name="screen-orientation" content="portrait" />
     <meta name="apple-mobile-web-app-capable" content="yes" />
@@ -827,7 +827,6 @@
       $('#upload').on('click', function () {
         decodeWoker.postMessage('close');
         decodeWoker.terminate();
-        webSocketWorker.terminate();
         quit();
       });
 
@@ -978,7 +977,6 @@
             $.toast('画面异常,请重新进入', 'text');
             decodeWoker.postMessage('close');
             decodeWoker.terminate();
-            webSocketWorker.terminate();
             quit();
           }
         };
@@ -1285,7 +1283,6 @@
         wsss.close();
         decodeWoker.postMessage('close');
         decodeWoker.terminate();
-        webSocketWorker.terminate();
       };
       function quit() {
         if (navigator.userAgent.toLowerCase().includes('toutiaomicroapp')) {