3a19c2d9 by ex

修改unfinishedOrder

1 parent 63c3a69c
......@@ -69,11 +69,11 @@ angular.module('myApp')
localStorage.removeItem('ls.user')
return
}
if(data.data.unfinishedOrder.status == 200) {
if(data.data.unfinishedOrder.id) {
$rootScope.isRendBike = true;
$scope.unfinishOrder = data.data.unfinishedOrder;
}
if(data.data.unfinishedOrder.status == 200) {
layer.open({
content: '您有未支付的订单,是否前往支付?',
btn: ['确认', '取消'],
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!