Merge branch 'hotfix' into develop

master
kira 8 years ago
commit f7325509e7

@ -187,13 +187,13 @@
return function (status) { return function (status) {
switch (status + '') { switch (status + '') {
case '0': case '0':
return '暂存'; return 'Saved';
case '1': case '1':
return '提交'; return 'Submitted';
case '2': case '2':
return '提交失败'; return 'Failed';
case '3': case '3':
return '提交成功'; return 'Success';
} }
} }
}); });

Loading…
Cancel
Save