代码提交

This commit is contained in:
黄少君
2023-11-17 20:55:32 +08:00
parent 35b43ffd97
commit c3e62f8922
73 changed files with 1808 additions and 781 deletions

View File

@ -7,7 +7,7 @@
-->
<script setup>
import Empty from '@/components/Empty/index.vue'
import emptyIcon from "@/static/icon/empty/购物车.png";
import { emptyCartIcon } from "@/utils/images";
import { useRouter } from "@/hooks/useRouter";
const {pushToTab} = useRouter()
@ -16,7 +16,7 @@ const {pushToTab} = useRouter()
<template>
<Empty
:iconSrc="emptyIcon"
:iconSrc="emptyCartIcon"
>
<template #default>
购物车里空空如也