Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -64,7 +64,7 @@ export struct H5NewsWebPageComponent { | @@ -64,7 +64,7 @@ export struct H5NewsWebPageComponent { | ||
| 64 | Stack({ alignContent: Alignment.Top }){ | 64 | Stack({ alignContent: Alignment.Top }){ |
| 65 | Stack(){ | 65 | Stack(){ |
| 66 | Column(){ | 66 | Column(){ |
| 67 | - CustomTitleUI({ titleName: this.navTitle }) | 67 | + CustomTitleUI({ titleName: this.navTitle ,imgBack:false}) |
| 68 | WdWebComponent({ | 68 | WdWebComponent({ |
| 69 | webviewControl: this.webviewControl, | 69 | webviewControl: this.webviewControl, |
| 70 | webUrl: this.webUrl, | 70 | webUrl: this.webUrl, |
-
Please register or login to post a comment