tremble 3 years ago
parent
commit
3d4a1af3c9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/SuperTwo/js/manage.js

+ 2 - 2
public/SuperTwo/js/manage.js

@@ -3,7 +3,7 @@ var Manage = function(){
     this.weixinURL = "https://res.wx.qq.com/open/js/jweixin-1.2.0.js",
     this.weixinURL = "https://res.wx.qq.com/open/js/jweixin-1.2.0.js",
     this.time = "?"+new Date().getTime();
     this.time = "?"+new Date().getTime();
     this.loadAudio();
     this.loadAudio();
-    this.loadWeixin();
+    // this.loadWeixin();
 }
 }
 //动态加载js文件
 //动态加载js文件
 Manage.prototype.LoadJs = function(_files, succes){
 Manage.prototype.LoadJs = function(_files, succes){
@@ -429,7 +429,7 @@ function showLogo(){
 //czj 添加随机的时间
 //czj 添加随机的时间
 function randomTime(){
 function randomTime(){
     return new Date()
     return new Date()
-};
+}
 function matcher(data){
 function matcher(data){
     if(!data || !g_version ) return data;
     if(!data || !g_version ) return data;
     delete data.model.vision_version;
     delete data.model.vision_version;