From 33fc99af0f96338d25c31d8e58a620fa71a78317 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 24 Oct 2025 20:06:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B4=BB=E5=8A=A8=E6=8A=BD=E5=A5=96?= =?UTF-8?q?=E9=A1=B5):=20=E4=BF=AE=E5=A4=8D=E8=BD=AC=E8=B4=A6=E3=80=81?= =?UTF-8?q?=E5=85=91=E6=8D=A2=E9=87=91=E5=B8=81=E6=8E=A5=E5=8F=A3=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Activities/Lottery/Lottery.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Activities/Lottery/Lottery.vue b/src/views/Activities/Lottery/Lottery.vue index 232c60c..1341d5d 100644 --- a/src/views/Activities/Lottery/Lottery.vue +++ b/src/views/Activities/Lottery/Lottery.vue @@ -1016,6 +1016,7 @@ const transfer = async () => { const transferData = { amount: selectedCoin.value.price, acceptUserId: selectedPayee.value?.id, + activityId: activityId.value, } try { @@ -1048,6 +1049,7 @@ const exchangeCoinBt = async () => { // 构造请求参数 const transferData = { amount: selectedCoin.value.price, + activityId: activityId.value, } try {