修改代码
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -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 | }) | ... | ... |
-
Please register or sign in to post a comment