diff --git a/api/promotion/combination.js b/api/promotion/combination.js index ddc9997d..92b1b761 100644 --- a/api/promotion/combination.js +++ b/api/promotion/combination.js @@ -8,3 +8,21 @@ export function getCombinationActivity(id) { noAuth: true // TODO 芋艿:后续要做调整 }); } + +// 获得最近 n 条拼团记录(团长发起的) +export function getHeadCombinationRecordList(status) { + return request.get("app-api/promotion/combination-record/get-head-list", { + status + }, { + noAuth: true // TODO 芋艿:后续要做调整 + }); +} + +// 获得拼团记录明细 +export function getCombinationRecordDetail(id) { + return request.get("app-api/promotion/combination-record/get-detail", { + id + }, { + noAuth: true // TODO 芋艿:后续要做调整 + }); +} diff --git a/pages/activity/goods_combination_details/index.vue b/pages/activity/goods_combination_details/index.vue index f4a924f2..96c0a993 100644 --- a/pages/activity/goods_combination_details/index.vue +++ b/pages/activity/goods_combination_details/index.vue @@ -255,7 +255,7 @@ @@ -710,21 +727,21 @@ z-index: 999; top: 50%; margin-top: -466rpx; - + image { width: 100%; height: 100%; display: block; border-radius: 10rpx; } - + .close { text-align: center; margin-top: 55rpx; color: #fff; font-size: 52rpx; } - + .save-poster { background-color: #df2d0a; font-size: :22rpx; @@ -734,7 +751,7 @@ line-height: 76rpx; width: 100%; } - + .keep { color: #fff; text-align: center; @@ -742,7 +759,7 @@ margin-top: 25rpx; } } - + /*开团*/ .group-con .header { width: 100%;