wangliang_wd

feat:隐藏H5顶部返回按钮

... ... @@ -64,7 +64,7 @@ export struct H5NewsWebPageComponent {
Stack({ alignContent: Alignment.Top }){
Stack(){
Column(){
CustomTitleUI({ titleName: this.navTitle })
CustomTitleUI({ titleName: this.navTitle ,imgBack:false})
WdWebComponent({
webviewControl: this.webviewControl,
webUrl: this.webUrl,
... ...