73aafca1 by fuenxin

fix: 1

1 parent e1caffc9
...@@ -57,6 +57,7 @@ angular.module('myApp') ...@@ -57,6 +57,7 @@ angular.module('myApp')
57 var loginCode = globalService.getData("loginCode"); 57 var loginCode = globalService.getData("loginCode");
58 if(code && (loginCode !== code)){ 58 if(code && (loginCode !== code)){
59 loginUrlCode() 59 loginUrlCode()
60 return
60 } 61 }
61 // alert("getUnfinishedOrder") 62 // alert("getUnfinishedOrder")
62 dingdaService.getUnfinishedOrder().success(function(data , status){ 63 dingdaService.getUnfinishedOrder().success(function(data , status){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!