sync attach ok

This commit is contained in:
life
2015-02-09 23:48:47 +08:00
parent b7b5d241f7
commit 22283f22c7
8 changed files with 214 additions and 9 deletions

View File

@@ -18,9 +18,18 @@ Api.addNotebook({
*/
// Api.uploadImage();
User.userId = '54bdc65599c37b0da9000002';
User.userId = '54d7620d99c37b030600002c';
User.init(function() {
Api.getAttach('54d8c8de99c37b02fa000002', function() {
});
});
/*
Note.hasNotes('54bdc65599c37b0da9000005', function(doc) {
console.log(doc);
});
*/
/*
// console.log(User.getCurActiveUserId());
Note.getDirtyNotes(function(ret) {