新增团购券

This commit is contained in:
gyq
2024-05-21 17:11:10 +08:00
parent 5c56f5a277
commit 443f9ed305
6 changed files with 812 additions and 6 deletions

View File

@@ -42,6 +42,11 @@ const menus = ref([
path: '/table',
icon: 'Reading'
},
{
label: '团购',
path: '/group_buy',
icon: 'Handbag'
},
{
label: '订单',
path: '/order',
@@ -184,7 +189,7 @@ const menus = ref([
}
&.more {
margin-top: 150px;
margin-top: 120px;
}
.icon {