liujian1_wd

图文详情页面

Showing 137 changed files with 1 additions and 2 deletions
... ... @@ -76,7 +76,7 @@ export struct ImageAndTextWebComponent {
Column() {
WdWebLocalComponent({
webviewControl: this.webviewControl,
webResource: $rawfile('apph5/index.html'),
webResource: $rawfile('index.html'),
backVisibility: false,
})
}
... ...
... ... @@ -28,7 +28,6 @@ export struct WdWebLocalComponent {
.domStorageAccess(true)
.databaseAccess(true)
.javaScriptAccess(true)
.backgroundColor(Color.Yellow)
}
}
}
... ...