Commit 725eeb43 authored by gengchunlei's avatar gengchunlei

慢综 医生端 ios测试

parent aa4b0636
......@@ -233,7 +233,8 @@ export function isWeiXin() {
export function backHome() {
if (isIOSWebKit()) { //ios
console.log('ios')
callMobile("closeWebPage", {})
// callMobile("closeWebPage", {})
window.webkit.messageHandlers.closeWebPage.postMessage(null);
} else if (isAndroid()) {
console.log('Android')
callMobile("closePage", {})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment