购物车
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user