From ffae919972c270a1ab07549f2b4275dd3ae27c78 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 23 Oct 2025 10:11:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=BD=E5=A5=96=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E9=A1=B5):=20=E6=9C=89=E8=BD=AC=E8=B4=A6=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E9=BB=98=E8=AE=A4=E5=B1=95=E5=BC=80=E8=BD=AC?= =?UTF-8?q?=E8=B4=A6=E6=8A=BD=E5=B1=89?= 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 080c38f..909cab9 100644 --- a/src/views/Activities/Lottery/Lottery.vue +++ b/src/views/Activities/Lottery/Lottery.vue @@ -940,6 +940,8 @@ const initializePayee = () => { const savedPayee = getSelectedPayee() if (savedPayee) { Object.assign(selectedPayee.value, savedPayee) + handleBt('Income') + drawerShowBt('transfer') } }