From 2f7a0e6fc240a597106591acc9686d640fe6dff4 Mon Sep 17 00:00:00 2001 From: Ultrame <1019265060@qq.com> Date: Thu, 2 Oct 2025 21:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E5=90=8E?= =?UTF-8?q?=E5=9B=9E=E5=88=B0=E9=92=B1=E5=8C=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user_pages/setTransactionPassword/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/user_pages/setTransactionPassword/index.tsx b/src/user_pages/setTransactionPassword/index.tsx index 26b6131..1670881 100644 --- a/src/user_pages/setTransactionPassword/index.tsx +++ b/src/user_pages/setTransactionPassword/index.tsx @@ -68,7 +68,9 @@ const SetTransactionPassword: React.FC = () => { title: "设置交易密码成功", icon: "success", }); - Taro.navigateBack(); + Taro.redirectTo({ + url: "/user_pages/wallet/index" + }) } catch (error) { Taro.showToast({ title: "设置交易密码失败",