diff --git a/pages/cart/index.vue b/pages/cart/index.vue index 4257380..63c8a21 100644 --- a/pages/cart/index.vue +++ b/pages/cart/index.vue @@ -157,7 +157,7 @@ export default { return round(num, 2) }, hasCompany() { - return this.$store.state.userInfo.companyId + return this.$store.state.companyInfo.id } }, methods: {