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%;