diff --git a/src/views/shop/order/index.vue b/src/views/shop/order/index.vue index 5725171..7ab559c 100644 --- a/src/views/shop/order/index.vue +++ b/src/views/shop/order/index.vue @@ -664,7 +664,7 @@ orderNum += 1; orderPrice += item.totalPrice; storeNum += item.totalNum; - user.push(item.userDTO.account); + user.push(item.userDTO.nickname); }) user = Array.from(new Set(user)); this.caculateInfo = {