format code

This commit is contained in:
life
2017-01-21 13:18:35 +08:00
parent 85a164f7c1
commit 405d6c6330
8 changed files with 5732 additions and 6451 deletions

2
node_modules/api.js generated vendored
View File

@@ -39,8 +39,8 @@ var Api = {
"List": null,
"Item": null
}*/
var ret = resp.body;
try {
var ret = resp.body;
if(typeof ret == 'object') {
if(!ret['Ok'] && ret['Msg'] == 'NOTLOGIN') {
Web.notLogin();