发布v2.6.6版本
This commit is contained in:
@@ -84,7 +84,11 @@ js.wx.unload=function(){
|
||||
js.unloading();
|
||||
}
|
||||
js.wx.msgok=function(txt,fun,ms){
|
||||
js.msgok(txt,fun,ms);
|
||||
if(js.msgok){
|
||||
js.msgok(txt,fun, ms);
|
||||
}else{
|
||||
js.alert(txt,'', fun);
|
||||
}
|
||||
}
|
||||
|
||||
js.showmenu=function(d){
|
||||
|
||||
Reference in New Issue
Block a user