fix note sync; add marker to mark dirty & sync error note and

This commit is contained in:
life
2017-01-19 18:38:54 +08:00
parent 6f6212b00f
commit ee0d4fa803
9 changed files with 321 additions and 126 deletions

4
node_modules/api.js generated vendored
View File

@@ -571,6 +571,10 @@ var Api = {
break;
}
// for test
// data.FileDatas = null;
needle.post(me.getUrl('note/updateNote'), data, {multipart: needMultiple}, function(err, resp) {
// console.log('update note ret------------------');
me.checkError(err, resp);