From 86a11d6c8f4427bfe6bc0edad7731f4d1b502c78 Mon Sep 17 00:00:00 2001 From: yezian Date: Tue, 6 Feb 2024 01:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0GlobalError=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/global-error.jsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app/global-error.jsx diff --git a/app/global-error.jsx b/app/global-error.jsx new file mode 100644 index 0000000..443ae9a --- /dev/null +++ b/app/global-error.jsx @@ -0,0 +1,23 @@ +"use client"; + +export default function GlobalError({ error, reset }) { + return ( + + +
+
+

+ 请打开微信扫码支付 +
+ 完成支付后关闭此页面即可 +

+
+
+ + + ); +}