发布v2.5.8版本
This commit is contained in:
@@ -74,8 +74,11 @@ function initApp(){
|
||||
name: nowlist
|
||||
}, function(ret, err) {
|
||||
if(ret){
|
||||
var lx = ret.value.opttype;
|
||||
if(lx=='reload')yy.reload();
|
||||
if(ret.value){
|
||||
var lx = ret.value.opttype;
|
||||
if(lx=='reload')yy.reload();
|
||||
}
|
||||
if(ret.stype=='reload')yy.reload();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user