chenquansheng

fix |> 优化

@@ -167,6 +167,11 @@ export struct SpacialTopicPageComponent { @@ -167,6 +167,11 @@ export struct SpacialTopicPageComponent {
167 .height(CommonConstants.FULL_HEIGHT) 167 .height(CommonConstants.FULL_HEIGHT)
168 .padding({ bottom: this.action?.params?.backVisibility ? 115 : 75 }) 168 .padding({ bottom: this.action?.params?.backVisibility ? 115 : 75 })
169 169
  170 + RelativeContainer() {
  171 + // 挂角广告
  172 + this.pageHornAd()
  173 + }
  174 +
170 if (!this.isNetConnected) { 175 if (!this.isNetConnected) {
171 EmptyComponent({ 176 EmptyComponent({
172 emptyType: 1, 177 emptyType: 1,
@@ -202,12 +207,6 @@ export struct SpacialTopicPageComponent { @@ -202,12 +207,6 @@ export struct SpacialTopicPageComponent {
202 interactData: $interactData, 207 interactData: $interactData,
203 }).visibility(this.showComment ? Visibility.Visible : Visibility.Hidden) 208 }).visibility(this.showComment ? Visibility.Visible : Visibility.Hidden)
204 } 209 }
205 -  
206 - RelativeContainer() {  
207 - // 挂角广告  
208 - this.pageHornAd()  
209 - }  
210 -  
211 } 210 }
212 }.width(CommonConstants.FULL_WIDTH).height(CommonConstants.FULL_HEIGHT) 211 }.width(CommonConstants.FULL_WIDTH).height(CommonConstants.FULL_HEIGHT)
213 } 212 }