1. 在webview页面中引入:
<script src="//js.cdn.aliyun.dcloud.net.cn/dev/uni- app/uni.webview.1.5.2.js"></script>
2. 事件中加入这段。注意pages前面必须有/。
uni.switchTab({
url: '/pages/index/index'
})
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!