提交 efa22367 编写于 作者: five_mountain's avatar five_mountain 提交者: Joker

update docs/component/web-view.md.

上级 1f5de82b
......@@ -306,8 +306,8 @@ export default {
wv.setStyle({top:150,height:300})
}, 1000); //如果是页面初始化调用时,需要延时一下
// #endif
}
};
}
};
</script>
```
......@@ -341,7 +341,8 @@ export default {
如果想设置web-view组件可双指缩放,可参考如下代码:
```js
onReady() {
export default {
onReady() {
// #ifdef APP-PLUS
var currentWebview = this.$scope.page.$getAppWebview() //获取当前页面的webview对象
setTimeout(function() {
......@@ -349,8 +350,8 @@ onReady() {
wv.setStyle({scalable:true})
}, 1000); //如果是页面初始化调用时,需要延时一下
// #endif
}
};
}
};
```
##### `web-view`组件的层级问题解决
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册