购物车

This commit is contained in:
李志鹏
2026-05-21 14:36:29 +08:00
parent 31de24cc2b
commit e7957532e8
9 changed files with 160 additions and 106 deletions

View File

@@ -34,7 +34,9 @@
popper-style="width: 24rem; padding: 0; border-radius: 0; right: 2rem; top: 10rem;"
v-if="userInfo.userId"
>
<template #reference><div class="profile"></div></template>
<template #reference>
<div class="icon"><svg-icon name="user_0" size="22" /></div>
</template>
<template #default>
<div class="profile-content">
<div class="info">
@@ -109,11 +111,6 @@
icon: 'cart_0',
active_icon: 'cart_1',
path: '/shoppingCart'
},
{
icon: 'user_0',
active_icon: 'user_1',
path: '/account'
}
])
const onNavItemClick = (path: string) => {