团购券详情

This commit is contained in:
2024-03-16 22:02:26 +08:00
parent 351e20f0c0
commit 8b0ad91bd4
10 changed files with 536 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<scroll-view class='scroll-view'>
<view class='c-flex-column' v-for='(item, index) in 10' :key='index'>
<view class='item c-flex-row'>
<view class='item c-flex-row' @click.stop='goPath("/pages/common/groupbuy/detail")'>
<image class='goods-image' :src='assetsUrl("test_bg.png")' />
<view class='c-flex-column' style='flex: 1'>
<view class='goods-name'>女童夏装套装洋气装短袖阔腿裤短</view>
@@ -35,6 +35,7 @@
import { assetsUrl } from '@/utils/assets';
import { getGroupBuyList } from '@/api/groupbuy';
import { goPath } from '@/utils';
const tabIndex = ref(0);
@@ -83,7 +84,7 @@ onLoad((e) => {
background: #FFFFFF;
.item {
padding: 40rpx 30rpx;
padding: 20rpx 30rpx 40rpx 30rpx;
background: #FFFFFF;
position: relative;