This commit is contained in:
libccy 2016-04-10 12:34:38 +08:00
parent 4494f2d3ce
commit 154321ffc1
2 changed files with 8 additions and 2 deletions

View File

@ -11084,6 +11084,7 @@
lib.message.client[message.shift()].apply(null,message);
},
onerror:function(e){
if(this._nocallback) return;
if(_status.connectCallback){
_status.connectCallback(false);
delete _status.connectCallback;
@ -21311,7 +21312,12 @@
});
var list=ui.create.div('.caption');
list.style.maxHeight='350px';
if(lib.config.layout=='phone'){
list.style.maxHeight='250px';
}
else{
list.style.maxHeight='350px';
}
list.style.overflow='scroll';
lib.setScroll(list);
uiintro.contentContainer.style.overflow='hidden';

View File

@ -1,6 +1,6 @@
window.noname_update={
version:'1.8.4.2',
changeLog:[
'修复无懈bug',
'修bug',
]
}