mixin/mixin.js
@@ -491,6 +491,16 @@ }) } // #endif // #ifdef PUB_CUSTOMER , async submitShopping(dto) { //提交到购物车中 this.$message.showLoading() await this.$store.dispatch('submitShopping',dto); this.$message.hideLoading() } // #endif } } export default mixinsCommon