diff --git a/pages/goods-detail/goods-detail.css b/pages/goods-detail/goods-detail.css index 16af102d..9a596098 100644 --- a/pages/goods-detail/goods-detail.css +++ b/pages/goods-detail/goods-detail.css @@ -502,4 +502,12 @@ } .plugins-goodsservice-container .item .right { width: calc(100% - 90rpx); +} + +/** + * 满送插件 - 聚合优惠弹层 + */ +.plugins-fullgive-popup .goods-img { + width: 120rpx; + height: 120rpx; } \ No newline at end of file diff --git a/pages/goods-detail/goods-detail.vue b/pages/goods-detail/goods-detail.vue index 1a1a5ba0..ab8d0e3b 100644 --- a/pages/goods-detail/goods-detail.vue +++ b/pages/goods-detail/goods-detail.vue @@ -168,7 +168,8 @@ @@ -184,7 +185,15 @@ - + + {{item2}} + + + + + + + {{item2}} @@ -577,13 +586,60 @@ {{ item.name }} - + {{item2}} + + + {{plugins_fullgive_data.title}} + {{ plugins_fullgive_data.msg }} + + + {{ act.name }} + + + + {{ trow.summary }} + + {{ plugins_fullgive_data.const.gift_coupon_title }} + + {{ cp.name }} + + + + {{ plugins_fullgive_data.const.gift_goods_title }} + + + + + + {{ git.goods.title }} + {{ plugins_fullgive_data.const.gift_give_num_label }}:{{ git.give_num }} + + + + + + + + + + + + {{ line }} + + + + + {{ dline }} + + + + @@ -810,6 +866,8 @@ plugins_coupon_data: null, // 满减满折插件 plugins_fullreduce_data: null, + // 满送插件 + plugins_fullgive_data: null, // 购买记录插件 plugins_salerecords_data: null, plugins_salerecords_timer: null, @@ -1026,6 +1084,7 @@ countdown_is_valid: countdown_is_valid, plugins_coupon_data: data.plugins_coupon_data || null, plugins_fullreduce_data: data.plugins_fullreduce_data || null, + plugins_fullgive_data: data.plugins_fullgive_data || null, quick_nav_cart_count: data.cart_total.buy_number || 0, plugins_salerecords_data: data.plugins_salerecords_data || null, plugins_shop_data: data.plugins_shop_data || null,