diff --git a/pages/product/product/promotion/-promotion-details.vue b/pages/product/product/promotion/-promotion-details.vue
index 8de6432..e1ed292 100644
--- a/pages/product/product/promotion/-promotion-details.vue
+++ b/pages/product/product/promotion/-promotion-details.vue
@@ -49,6 +49,13 @@
当前商品参与积分活动。点击此处参与活动
+
+
+
+
+ 当前商品参与砍价活动。点击此处参与活动
+
+
暂无促销活动
@@ -89,7 +96,8 @@ export default {
handClickToJoinPromotion(val){
const promotion = {
- "POINTS_GOODS": `/pages/promotion/point/detail?id=${this.res[val].id}`
+ "POINTS_GOODS": `/pages/promotion/point/detail?id=${this.res[val].id}`,
+ "KANJIA": `/pages/promotion/bargain/detail?id=${this.res[val].id}`,
}
uni.navigateTo({
diff --git a/pages/product/product/promotion/-promotion.vue b/pages/product/product/promotion/-promotion.vue
index 0a1fe77..c061f7d 100644
--- a/pages/product/product/promotion/-promotion.vue
+++ b/pages/product/product/promotion/-promotion.vue
@@ -44,6 +44,18 @@
{{ res[item].promotionName }}
+