From e07989b941908530925bf8890dd6f5eebf5622b3 Mon Sep 17 00:00:00 2001 From: taozi <552920369@qq.com> Date: Mon, 26 Oct 2020 14:31:57 +0800 Subject: [PATCH] =?UTF-8?q?bug--=E4=BF=AE=E5=A4=8D=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E6=95=B0=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/order/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {