Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tower1229 committed Jul 18, 2018
1 parent b969d9a commit a8bb893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1235,9 +1235,10 @@ var gh=((((ga*ga)>>>17)+ga*gb)>>>15)+gb*gb;var gl=(((gx&4294901760)*gx)|0)+(((gx
//快照处理
if(opt.snapshoot){
if(!fromSnap){
app.storage.val(urlkey, res);
if(isEqual(res, app.storage.val(urlkey))){
res.snapshootEqual = true;
}else{
app.storage.val(urlkey, res);
}
}
}
Expand Down

0 comments on commit a8bb893

Please sign in to comment.