背景:uniapp开发的小程序(简称UNI)页面A用Webview内嵌vue开发的h5,想从h5直接跳到UNI页面B。
前序:
https://blog.csdn.net/weixin_47072581/article/details/131422638
之前遇到UniAppJSBridgeReady事件不触发的问题,用上述链接解决了。但是!突然有一天,它又不行了TAT 怀疑还是sdk引入方式的问题,于是换了一种引入方式,改成从main.js引入。
step1: 把uni.webview.1.5.2.js下载到本地,放入utils文件夹
https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js
step2:main.js引入