发布v2.5.6版本

This commit is contained in:
雨中磐石
2023-04-26 15:46:53 +08:00
parent 33ce4c6298
commit 8145b2df84
55 changed files with 1193 additions and 223 deletions

View File

@@ -72,7 +72,6 @@ js.dw = {
this.wait('原生app定位中...');
return;
}
if(api.startLocation){
js.msg();
if(api.systemType=='ios'){

View File

@@ -36,6 +36,13 @@ $(document).ready(function(){
var msg = '文件:'+e.filename+'\n行'+e.lineno+'\n错误<font color=red>'+e.message+'</font>';
js.alert(msg,'js错误');
});
setTimeout(function(){
if(typeof(api)=='undefined'){
var api={};
api.systemType='androidnew';
api.deviceId='';
}
},2000);
});
var js={path:'index',url:'',bool:false,login:{},initdata:{},openarr:{},scroll:function(){}};
var isIE=true;
@@ -56,11 +63,7 @@ js.getarropen=function(caa){
jsopenararass = caa;
js.open('js/array.shtml');
}
if(typeof(api)=='undefined'){
var api={};
api.systemType='android';
api.deviceId='';
}
js.str=function(o){
o.value = strreplace(o.value);
}