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