bb2643e8 by ex

未完成订单

1 parent 3a19c2d9
......@@ -69,6 +69,7 @@ angular.module('myApp')
localStorage.removeItem('ls.user')
return
}
if(date.meta.code === 200) {
if(data.data.unfinishedOrder.status == 200) {
if(data.data.unfinishedOrder.id) {
$rootScope.isRendBike = true;
......@@ -87,6 +88,8 @@ angular.module('myApp')
}
});
}
}
}).error(function(data , status) {
console.log(JSON.stringify(data))
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!