Browse Source

bug--修复客户数不正确

master
taozi 4 years ago
parent
commit
e07989b941
  1. 2
      src/views/shop/order/index.vue

2
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 = {

Loading…
Cancel
Save