From 1fb44496929548b4f07b37796d506dedc494d44a Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 30 七月 2024 17:29:35 +0800 Subject: [PATCH] update 问题修复 --- sub_pages/customer/trade/list.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue index 9a5c027..9e4cc2d 100644 --- a/sub_pages/customer/trade/list.vue +++ b/sub_pages/customer/trade/list.vue @@ -240,7 +240,7 @@ }, methods: { async refreshShopNum() { - this.shoptotal = await this.$store.dispatch('submitShopping', dto); + this.shoptotal = await this.$store.dispatch('countShopping'); }, async getDetail() { this.$message.showLoading() -- Gitblit v1.9.3