wanglei

Revert "图文详情页面"

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