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