diff --git a/app/components/home.tsx b/app/components/home.tsx index d62784e4e..d8aa8b054 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -290,10 +290,14 @@ export function Home() { window.ReactNativeWebView.postMessage(message); } catch { + window.ReactNativeWebView.postMessage("err 失败"); + console.log("window.ReactNativeWebView Err"); } } - } catch {} + } catch { + window.ReactNativeWebView.postMessage("try catch 失败"); + } return; }