notebook,note, tag OK

This commit is contained in:
life
2015-01-19 00:03:46 +08:00
parent ab969d4e2c
commit 5bf1d1b5ec
11 changed files with 1054 additions and 56 deletions

View File

@@ -1318,7 +1318,10 @@ function initPage() {
}
}
Tag.renderTagNav(tagsJson);
// 标签
Service.tagService.getTags(function(tags) {
Tag.renderTagNav(tags);
});
// init notebook后才调用
// initSlimScroll();