From 5c89355469ec9ce2991b95354c177c32d6eb6b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=96=B9=E6=88=90?= Date: Wed, 7 Jan 2026 09:35:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=8F=82=E4=B8=8E=E6=95=B0=E6=8D=AE=E7=BB=93=E6=9E=84=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20choices=20=E5=AD=97=E6=AE=B5=EF=BC=8C?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=20channel=E3=80=81count=20=E5=92=8C=20slot?= =?UTF-8?q?=5Findex=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-activity/activity/yifanshang/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages-activity/activity/yifanshang/index.vue b/pages-activity/activity/yifanshang/index.vue index 4beb7f7..34a504d 100644 --- a/pages-activity/activity/yifanshang/index.vue +++ b/pages-activity/activity/yifanshang/index.vue @@ -380,7 +380,9 @@ async function onPaymentConfirm(paymentData) { const joinData = { activity_id: Number(activityId.value), issue_id: Number(currentIssueId.value), - choices: selectedChoices.value.map(c => Number(c.id || c.number)), + channel: 'miniapp', + count: selectedChoices.value.length, + slot_index: selectedChoices.value.map(c => Number(c.id || c.number)), coupon_id: paymentData.coupon_id || 0, item_card_id: paymentData.item_card_id || 0, use_game_pass: paymentData.use_game_pass || false