Update home.tsx

This commit is contained in:
Ted 2025-02-20 19:24:30 +08:00
parent 547db3a977
commit 72770ca80c
1 changed files with 2 additions and 0 deletions

View File

@ -273,6 +273,8 @@ export function Home() {
window.ReactNativeWebView.postMessage(JSON.stringify(message)); window.ReactNativeWebView.postMessage(JSON.stringify(message));
} catch { } catch {
window.ReactNativeWebView.postMessage("App 发送失败");
console.log("window.ReactNativeWebView Err"); console.log("window.ReactNativeWebView Err");
} }
} else window.parent.postMessage("omemetis is ready", "*"); } else window.parent.postMessage("omemetis is ready", "*");