基本完成

This commit is contained in:
life
2015-03-05 21:50:59 +08:00
parent b8fc9c6df4
commit 0e6fc7ac2b
120 changed files with 424 additions and 318 deletions

View File

@@ -1153,7 +1153,9 @@ Note.fixNetOrAuthError = function() {
}
};
// 同步进度显示
Note.syncProcess = function(msg) {
$('body').show();
$('#allProcess').hide();
$('#syncProcess').html(msg);
};