feat: 新增拼团

This commit is contained in:
2026-09-23 10:29:41 +08:00
parent f7b9e66172
commit 67f8b3f352
33 changed files with 7491 additions and 858 deletions
@@ -32,6 +32,10 @@
<text class="flash_icon">⚡</text>
<text class="coupon_text">加倍补{{ item.subsidy }}积分</text>
</view>
<view class="coupon_badge" v-if="activedType === 'group'">
<text class="flash_icon">⚡</text>
<text class="coupon_text">立省{{ item.secDiscount || item.subsidy || item.discount || 100 }}元</text>
</view>
</view>
<!-- Price and action card row -->
@@ -121,6 +125,8 @@ export default {
let url = "/pages/other_package/productInfo/productInfo?id=" + item.id;
if (this.activedType === 'seckill') {
url = "/pages/other_package/productInfo/productInfo?id=" + item.id + "&activedType=" + this.activedType + "&activityId=" + item.activityId;
} else if (this.activedType === 'group') {
url = "/pages/other_package/productInfo/productInfo?id=" + item.id + "&activedType=" + this.activedType;
}
uni.navigateTo({
url: url,