function a() { .................. ).then(function (data) { if (data && data[2].num== '0') { ............. }).then(function (data) { if (data && data[2].num == '0') { $scope.b+= 1; } }); } else { $scope.b+= 1; } } }) }
添加回答
举报
0/150
提交
取消