Closed lifubang closed 8 years ago
service.init().then(function() { //更优雅地通过.的方式调用远程方法 service.checkLogin(arg1, arg2) .then(function(data){ console.log(data); }) .catch(function(err) { console.log(err); }); });
@lifubang gdpl 我先看一下哈 感谢提交
@lifubang 2.0版本已加入 感谢提供建议
service.init().then(function() { //更优雅地通过.的方式调用远程方法 service.checkLogin(arg1, arg2) .then(function(data){ console.log(data); }) .catch(function(err) { console.log(err); }); });