feat: 新增拼团
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user