修改订单显示问题

This commit is contained in:
lin 2022-03-21 16:43:29 +08:00
parent b5755eab6d
commit c07b3a5c5a

View File

@ -281,6 +281,9 @@ export default {
for (let y = 0; y < this.goldmedal.length; y++) {
if(!this.goldmedal[y].orderDetailList)
continue;
if(!this.useralllist[y]){
this.useralllist[y] = {};
}
this.useralllist[y].orderNumber = this.goldmedal[y].orderNumber;
this.useralllist[y].status = this.goldmedal[y].status;
this.useralllist[y].addressUserName = this.goldmedal[y].addressUserName;