This commit is contained in:
2024-03-15 23:20:20 +08:00
parent 3ce85e2396
commit 351e20f0c0
19 changed files with 311 additions and 72 deletions

View File

@@ -0,0 +1,11 @@
<template>
</template>
<script lang='ts' setup>
</script>
<style lang='scss' scoped>
</style>

View File

@@ -34,8 +34,13 @@
<script lang='ts' setup>
import { assetsUrl } from '@/utils/assets';
import { getGroupBuyList } from '@/api/groupbuy';
const tabIndex = ref(0);
onLoad((e) => {
getGroupBuyList();
});
</script>
<style lang='scss' scoped>
@@ -51,7 +56,7 @@ const tabIndex = ref(0);
border-radius: 30rpx 0 0 0;
}
.tab-item:nth-of-type(2) {
.tab-item:nth-of-type(2) {
border-radius: 0 30rpx 0 0;
}
@@ -76,6 +81,7 @@ const tabIndex = ref(0);
.scroll-view {
background: #FFFFFF;
.item {
padding: 40rpx 30rpx;
background: #FFFFFF;