chenquansheng

fix |> 专题详情页挂角广告显示优化

... ... @@ -155,6 +155,8 @@ export struct SpacialTopicPageComponent {
// .fontWeight(500)
// .visibility(this.action?.params?.backVisibility && this.isPageEnd ? Visibility.Visible : Visibility.None)
RelativeContainer() {
WdWebComponent({
webviewControl: this.webviewControl,
webUrl: this.webUrl,
... ... @@ -163,16 +165,16 @@ export struct SpacialTopicPageComponent {
isPageEnd: $isPageEnd,
receiveH5SendToNativeData: this.receiveH5SendToNativeData.bind(this)
})
.id('web_page')
// 挂角广告
this.pageHornAd()
}
}
.width(CommonConstants.FULL_WIDTH)
.height(CommonConstants.FULL_HEIGHT)
.padding({ bottom: this.action?.params?.backVisibility ? 115 : 75 })
// RelativeContainer() {
// // 挂角广告
// this.pageHornAd()
// }
if (!this.isNetConnected) {
Column() {
Image($r('app.media.line'))
... ...