xuxueyang
2024-07-30 1fb44496929548b4f07b37796d506dedc494d44a
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()