更改地址以及其它

This commit is contained in:
952108534@qq.com
2022-01-22 22:54:24 +08:00
parent a17b8204db
commit 3403570766
3 changed files with 10 additions and 6 deletions

View File

@@ -289,6 +289,9 @@ export default {
this.goldmedal = data;
this.alllist=[];
this.useralllist=[];
this.obligation=[];
this.receiving=[];
this.pending=[];
for (let i = 0; i < this.goldmedal.length; i++) {
this.useralllist.push(this.goldmedal[i].orderDetailList[0]);
this.alllist.push(this.goldmedal[i].orderDetailList[0])
@@ -425,6 +428,7 @@ export default {
let list=[]
this.activeIndex = index;
console.log(this.obligation)
debugger
if(item.title=='待付款'){
list=this.obligation
}