Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tower1229 committed Aug 31, 2018
1 parent 0478157 commit 97988dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ define(function(require, exports, module) {
url: e.url,
data: e.data,
success: function(res) {
resolved();
if (res) {
app.storage.val(e.key, res);
}
resolved();
},
error: function() {}
});
Expand Down

0 comments on commit 97988dd

Please sign in to comment.