我在webview中嵌入了h5页面,在h5用urlSchemel方式跳转到小程序其他页面,跳转无效?
try{ alert(urlScheme) window.location.href = "weixin://dl/business/?appid=*************&path=pages/index/index&query=mobile=13888888888&env_version=release" } catch (e) { console.log(e) alert(JSON.stringify(e)) }