diff --git a/pages/cart.vue b/pages/cart.vue index 3e8d3de..3eafe22 100644 --- a/pages/cart.vue +++ b/pages/cart.vue @@ -366,6 +366,7 @@ import { } from '@/api/store' import CheckboxIcon from '@/components/CheckboxIcon.vue' import { pageListenMixins } from '@/mixins/pageListenMixins' +import cookie from "@/utils/store/cookie" export default { components: { CheckboxIcon,