From 0f70542bbf4cddcdfa75c0363e1eaa84164e849b Mon Sep 17 00:00:00 2001 From: yezian Date: Tue, 6 Feb 2024 00:30:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pay/[weixin]/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pay/[weixin]/page.jsx b/app/pay/[weixin]/page.jsx index 70078c1..78a1fa8 100644 --- a/app/pay/[weixin]/page.jsx +++ b/app/pay/[weixin]/page.jsx @@ -40,7 +40,7 @@ export default function Weixin({ params }) { router.push("weixin://"); return; } - router.replace("weixin://scanqrcode"); + router.push("weixin://"); }; if (isLoading) {