wanglei

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

Showing 100 changed files with 3 additions and 5 deletions

Too many changes to show.

To preserve performance only 100 of 100+ files are displayed.

... ... @@ -7,7 +7,7 @@ import {
ResponseBean
} from 'wdBean';
import { Logger } from 'wdKit';
import { WdWebComponent } from 'wdWebComponent';
import { WdWebComponent, WdWebLocalComponent } from 'wdWebComponent';
import { BridgeWebViewControl } from '../../../../../wdWebComponent/oh_modules/wdJsBridge/Index';
@Component
... ... @@ -74,12 +74,10 @@ export struct ImageAndTextWebComponent {
build() {
Column() {
WdWebComponent({
type: 0,
WdWebLocalComponent({
webviewControl: this.webviewControl,
webResource: $rawfile('apph5/index.html'),
webResource: $rawfile('index.html'),
backVisibility: false,
reload: this.reload
})
}
}
... ...