From 1aa12a86c2f9f56a1d2da2e91630967e3b3f915d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Wed, 4 Mar 2026 16:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=B1=E5=8C=85=E9=A1=B5=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E4=B9=9F=E8=A6=81=E6=8B=89=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user_pages/withdrawal/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/user_pages/withdrawal/index.tsx b/src/user_pages/withdrawal/index.tsx index 0202e1a..6395ca8 100644 --- a/src/user_pages/withdrawal/index.tsx +++ b/src/user_pages/withdrawal/index.tsx @@ -309,9 +309,7 @@ const Withdrawal: React.FC = () => { onBack={() => { const pages = Taro.getCurrentPages(); const prevPage = pages[pages.length - 2]; - prevPage.setData({ - updateList: withdrawSuccess, - }); + prevPage.setData({ updateList: true }); Taro.navigateBack(); }} />