From cdece3d92f78a079cb86b059096e2afc46d61e33 Mon Sep 17 00:00:00 2001
From: linxi <957440651@qq.com>
Date: Mon, 30 Mar 2026 17:13:53 +0800
Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E6=97=85=E5=B1=85=E5=9B=A2?=
=?UTF-8?q?=E8=B4=AD=E4=BA=A7=E5=93=81=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pkg_product/views/groupBuyDetails.vue | 54 ++++++++++++++++++++++++++-
1 file changed, 53 insertions(+), 1 deletion(-)
diff --git a/pkg_product/views/groupBuyDetails.vue b/pkg_product/views/groupBuyDetails.vue
index c60ed2a..6c938e2 100644
--- a/pkg_product/views/groupBuyDetails.vue
+++ b/pkg_product/views/groupBuyDetails.vue
@@ -75,6 +75,7 @@
+
@@ -115,7 +116,30 @@
-
+
+
+
+ {{ detail.experienceCouponRule.ruleTitle1 }}
+
+
+
+
+ {{ detail.experienceCouponRule.ruleSubTitle1 }}
+
+
+
+
+
+
+
+
+ {{ detail.experienceCouponRule.ruleTitle2 }}
+
+
+
+
+
+
@@ -566,6 +590,34 @@ export default {
height: 34rpx;
margin-right: 10rpx;
}
+.experience-card .benefit-chip{
+ display: inline-flex;
+ align-items: center;
+ background: #FADE9F;
+ border: 1rpx solid #FADE9F;
+ color: #333;
+ border-radius: 100rpx;
+ padding: 8rpx 16rpx;
+ font-size: 24rpx;
+}
+.experience-card .image-grid{
+ display: flex;
+ gap: 16rpx;
+ overflow-x: auto;
+ padding-bottom: 8rpx;
+}
+.experience-card .image-item{
+ flex: 0 0 auto;
+ width: 200rpx;
+ height: 200rpx;
+ border-radius: 20rpx;
+ overflow: hidden;
+ background: #f5f5f5;
+}
+.experience-card .image-item image{
+ width: 100%;
+ height: 100%;
+}
.page-scroll { height: calc(100vh - 120rpx); }
.hero-swiper {
width: 100%;