优化
This commit is contained in:
11
src/pages/common/groupbuy/detail.vue
Normal file
11
src/pages/common/groupbuy/detail.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script lang='ts' setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style lang='scss' scoped>
|
||||
|
||||
</style>
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user