|
@@ -427,7 +427,7 @@ onShow(async () => {
|
|
</view>
|
|
</view>
|
|
<image src="/static/images/buy-flow.png" class="w-full" mode="widthFix" />
|
|
<image src="/static/images/buy-flow.png" class="w-full" mode="widthFix" />
|
|
</view>
|
|
</view>
|
|
- <view v-if="pinkInfo && pinkInfo.length" class="bg-white px-24rpx pt-24rpx">
|
|
|
|
|
|
+ <view v-if="pinkInfo && pinkInfo.length" class="mb-20rpx bg-white px-24rpx pt-24rpx">
|
|
<view
|
|
<view
|
|
class="mb-20rpx flex items-center before:h-45rpx before:w-8rpx before:rounded-4rpx before:bg-#FF3778 before:content-empty"
|
|
class="mb-20rpx flex items-center before:h-45rpx before:w-8rpx before:rounded-4rpx before:bg-#FF3778 before:content-empty"
|
|
>
|
|
>
|
|
@@ -435,7 +435,13 @@ onShow(async () => {
|
|
{{ $t('productDetail.ongoingGroup') }}
|
|
{{ $t('productDetail.ongoingGroup') }}
|
|
</text>
|
|
</text>
|
|
</view>
|
|
</view>
|
|
- <swiper autoplay vertical circular class="h-240rpx">
|
|
|
|
|
|
+ <swiper
|
|
|
|
+ autoplay
|
|
|
|
+ vertical
|
|
|
|
+ circular
|
|
|
|
+ class="py-10rpx"
|
|
|
|
+ :style="{ height: pinkInfo[0].length <= 3 ? `${pinkInfo[0].length * 80}rpx` : '240rpx' }"
|
|
|
|
+ >
|
|
<swiper-item v-for="(list, y) in pinkInfo" :key="y">
|
|
<swiper-item v-for="(list, y) in pinkInfo" :key="y">
|
|
<view class="flex flex-col gap-24rpx">
|
|
<view class="flex flex-col gap-24rpx">
|
|
<view v-for="(item, index) in list" :key="index" class="flex items-center justify-between">
|
|
<view v-for="(item, index) in list" :key="index" class="flex items-center justify-between">
|