Update home.tsx
This commit is contained in:
parent
547db3a977
commit
72770ca80c
|
@ -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", "*");
|
||||||
|
|
Loading…
Reference in New Issue