作者 3318410485

020904订单页面逻辑修改

@@ -518,9 +518,9 @@ @@ -518,9 +518,9 @@
518 bug(a,b){ 518 bug(a,b){
519 self.$rqs('/api/order/index',{status:1}).then(res=>{ 519 self.$rqs('/api/order/index',{status:1}).then(res=>{
520 let updata = res.data.data.data; 520 let updata = res.data.data.data;
521 - if(updata == undefined){  
522 - updata = res.data.data;  
523 - } 521 + // if(updata == undefined){
  522 + // updata = res.data.data;
  523 + // }
524 console.log(updata,'watch'); 524 console.log(updata,'watch');
525 updata.forEach((item)=>{ 525 updata.forEach((item)=>{
526 console.log(item.id); 526 console.log(item.id);
@@ -545,9 +545,9 @@ @@ -545,9 +545,9 @@
545 // console.log('myorder__res',res.data.data); 545 // console.log('myorder__res',res.data.data);
546 self.orderList= [[],[],[],[],[]]; 546 self.orderList= [[],[],[],[],[]];
547 let indexData = res.data.data.data; 547 let indexData = res.data.data.data;
548 - if(indexData == undefined){  
549 - indexData = res.data.data;  
550 - } 548 + // if(indexData == undefined){
  549 + // indexData = res.data.data;
  550 + // }
551 self.orderList[0] = indexData; 551 self.orderList[0] = indexData;
552 console.dir(self.orderList[0]); 552 console.dir(self.orderList[0]);
553 self.orderList[0].forEach((item,index)=>{ 553 self.orderList[0].forEach((item,index)=>{