发布v2.6.8版本
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
QOM='xinhuwx_'
|
||||
js.wx={};
|
||||
js.wx.alert=function(msg,fun,tit, cof1){
|
||||
js.alertclose();
|
||||
js.alert(msg,tit, fun);
|
||||
}
|
||||
js.wx.confirm=function(msg,fun,tit){
|
||||
js.confirm(msg,fun,tit);
|
||||
}
|
||||
js.wx.prompt=function(tit,msg,fun,nr){
|
||||
js.prompt(tit,msg,fun,nr);
|
||||
js.prompt(tit,msg,function(jg,txt){if(jg=='yes')fun(txt)},nr);
|
||||
}
|
||||
js.apiurl = function(m,a,cans){
|
||||
var url=''+apiurl+'api.php?m='+m+'&a='+a+'';
|
||||
|
||||
Reference in New Issue
Block a user