This commit is contained in:
Ted 2025-02-20 16:11:47 +08:00
parent 32c02da879
commit d96220cb9d
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}