提交 3a497cba 编写于 作者: L lixiang

modify close sample code

Signed-off-by: Nlixiang <lixiang380@huawei.com>
上级 7673b262
...@@ -81,7 +81,7 @@ import web_webview from '@ohos.web.webview' ...@@ -81,7 +81,7 @@ import web_webview from '@ohos.web.webview'
@Component @Component
struct WebComponent { struct WebComponent {
controller: web_webview.WebviewController = new web_webview.WebviewController(); controller: web_webview.WebviewController = new web_webview.WebviewController();
msgPort: WebMessagePort[] = null; msgPort: web_webview.WebMessagePort[] = null;
build() { build() {
Column() { Column() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册