应用场景:
接入方在自己页面中需要关闭当前页并返回至APP中的页面
Js引入:
html界面引入
src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js" src="http://bmfwwx.jcgov.gov.cn/app/barcode/bmfu.js"
调用方法:
document.addEventListener('UniAppJSBridgeReady', function() { //需要在回调中调用 plus.webview.currentWebview().close(); });