提交 4ab43619 编写于 作者: 2 23700113@qq.com

fix: delete unnecessary console

上级 8ed4e2b1
......@@ -37,7 +37,7 @@ function backWebview (webview, callback) {
// 如果页面有subNvues,切使用了webview组件,则返回时子webview会取错,因此需要做id匹配
const childWebview = children.find(webview => webview.id.indexOf(WEBVIEW_ID_PREFIX) === 0) || children[0]
console.log('backWebview -> childWebview', childWebview)
childWebview.canBack(({
canBack
}) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册