wanglei

Revert "图文详情页面"

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