Skip to content

Instantly share code, notes, and snippets.

@tsq
Created May 23, 2014 03:20
Show Gist options
  • Save tsq/aa4e08db49fc7a12e0db to your computer and use it in GitHub Desktop.
Save tsq/aa4e08db49fc7a12e0db to your computer and use it in GitHub Desktop.
a demo
Statistics.query(paramForCash, function(result){
if (result.length) {
$scope.cash = {
cash: (result[0].value.cash/100).toFixed(2),
weixin: (result[0].value.weixin/100).toFixed(2)
};
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment