fix: index out of range when rebuild cache

This commit is contained in:
Terry Geng
2020-03-20 11:14:27 +08:00
parent 1d1ff50a59
commit 9a8d6d6ea1
4 changed files with 10 additions and 3 deletions

View File

@ -743,6 +743,7 @@
404: function(){
lib_loading.hide();
lib_empty.show();
page_ul.empty();
}
}
});