mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
tag 基本ok, TODO tag sync
This commit is contained in:
@@ -1314,6 +1314,9 @@ function incrSync() {
|
||||
// 实始化页面
|
||||
// 判断是否登录
|
||||
function initPage() {
|
||||
// 注入前端变量
|
||||
WebService.set(Notebook, Note, Tag);
|
||||
|
||||
function _init() {
|
||||
$(function() {
|
||||
// 获取笔记本
|
||||
@@ -1338,7 +1341,7 @@ function initPage() {
|
||||
}
|
||||
|
||||
// 标签
|
||||
Service.tagService.getTags(function(tags) {
|
||||
TagService.getTags(function(tags) {
|
||||
Tag.renderTagNav(tags);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user