8c5168a2 by ex

修改代码

1 parent 2c7e4966
...@@ -73,7 +73,6 @@ angular.module('myApp') ...@@ -73,7 +73,6 @@ angular.module('myApp')
73 if(data.data.unfinishedOrder.id) { 73 if(data.data.unfinishedOrder.id) {
74 $rootScope.isRendBike = true; 74 $rootScope.isRendBike = true;
75 $scope.unfinishOrder = data.data.unfinishedOrder; 75 $scope.unfinishOrder = data.data.unfinishedOrder;
76 }
77 layer.open({ 76 layer.open({
78 content: '您有未支付的订单,是否前往支付?', 77 content: '您有未支付的订单,是否前往支付?',
79 btn: ['确认', '取消'], 78 btn: ['确认', '取消'],
...@@ -88,6 +87,8 @@ angular.module('myApp') ...@@ -88,6 +87,8 @@ angular.module('myApp')
88 }); 87 });
89 } 88 }
90 89
90 }
91
91 }).error(function(data , status) { 92 }).error(function(data , status) {
92 console.log(JSON.stringify(data)) 93 console.log(JSON.stringify(data))
93 }) 94 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!