团购券详情
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user