This commit is contained in:
李志鹏
2026-05-21 11:36:14 +08:00
parent 2346e079a1
commit b9be27ab85
5 changed files with 73 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ import img from '@/assets/images/brand-null.png'
let data = reactive({
})
const router = useRouter()
const isShoppingShow = ref(true)
const isShoppingShow = ref(false)
const shoppingClose = () => {
isShoppingShow.value = false
}