parent
be153a965c
commit
dd1cbc25ff
|
@ -157,6 +157,8 @@
|
|||
update(data['today_article']);
|
||||
check_pre(data['visited_articles']);
|
||||
check_next(data['result_of_generate_article']);
|
||||
// 在加载新文章后调用高亮函数
|
||||
toggleHighlighting();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@ -170,6 +172,8 @@
|
|||
if(data['today_article']){
|
||||
update(data['today_article']);
|
||||
check_pre(data['visited_articles']);
|
||||
// 在加载新文章后调用高亮函数
|
||||
toggleHighlighting();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue