wangliang_wd

feat:优化广告分割线

@@ -221,7 +221,7 @@ export struct CompParser { @@ -221,7 +221,7 @@ export struct CompParser {
221 } else { 221 } else {
222 Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) 222 Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6})
223 } 223 }
224 - } else if (this.compDTO.compType === 'appStyle' || this.compDTO.compStyle === CompStyle.Zh_Single_Row_01) { 224 + } else if (this.compDTO.compType === 'appStyle' || this.compDTO.compStyle === CompStyle.Zh_Single_Row_01 || this.compDTO.compStyle === CompStyle.Card_Comp_Adv || this.compDTO.compStyle === CompStyle.Zh_Single_Column_02) {
225 if ( 225 if (
226 this.nextCompDTO.compStyle === CompStyle.Card_09 || 226 this.nextCompDTO.compStyle === CompStyle.Card_09 ||
227 this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10 || 227 this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10 ||