xuxueyang
2024-07-24 499a94ded67a4c1e763dc6686afe5a2e99faf407
mixin/mixin.js
@@ -294,6 +294,9 @@
                    }
                    this.page.total = data.total || 0
                    if (this.getList_after) {
                        this.getList_after()
                    }
                }
                this.$message.hideLoading()
            }
@@ -495,9 +498,9 @@
        // #ifdef PUB_CUSTOMER
        ,
        async submitShopping(dto) {
         //提交到购物车中
            //提交到购物车中
            this.$message.showLoading()
            await this.$store.dispatch('submitShopping',dto);
            await this.$store.dispatch('submitShopping', dto);
            this.$message.hideLoading()
        }
        // #endif