团购秒杀

This commit is contained in:
2024-03-14 22:58:38 +08:00
parent 9dda08a1b1
commit 7a3dd0fae8
11 changed files with 347 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ const submenuList = [
{
title: '团购秒杀',
icon: assetsUrl('ic_groupbuy.png'),
path: '/pages/order/order'
path: '/pages/common/groupbuy/index'
},
{
title: '入群有礼',
@@ -95,7 +95,6 @@ const submenuList = [
onLoad(async (e) => {
const data = await getCompanyInfo('1471673498334113794');
console.log(data);
bannerList.value = data.bannerinx?.map((res: { src: string }) => res.src);
recommendBannerList.value = data.bannerhot?.map((res: { src: string }) => res.src);
});