信呼v2.5.1版本
This commit is contained in:
@@ -43,7 +43,7 @@ js.wx.prompt=function(tit,msg,fun,nr){
|
||||
function func(lx){
|
||||
if(lx=='yes')fun(get('prompttxt').value);
|
||||
}
|
||||
var msg = '<div align="left">'+msg+'</div><div align="left"><input value="'+nr+'" class="r-input" id="prompttxt" type="text"></div>';
|
||||
var msg = '<div align="left">'+msg+'</div><div align="left"><input autocomplete="off" value="'+nr+'" class="r-input" id="prompttxt" type="text"></div>';
|
||||
this.alert(msg,func,tit, 1);
|
||||
}
|
||||
js.apiurl = function(m,a,cans){
|
||||
|
||||
@@ -34,6 +34,7 @@ var reim={
|
||||
//数秒
|
||||
setInterval('reim.timeload()', 1000);
|
||||
var fse=js.getoption('loginface');
|
||||
token =js.getoption('admintoken');
|
||||
if(fse)get('myface').src=fse;
|
||||
|
||||
nwjs.createtray(document.title+'-'+adminname, 1);
|
||||
|
||||
Reference in New Issue
Block a user