add log
This commit is contained in:
parent
32c02da879
commit
d96220cb9d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue