陈剑华

feat: 直播预告横划卡右滑展示更多逻辑

@@ -401,7 +401,7 @@ export struct ZhSingleRow03 { @@ -401,7 +401,7 @@ export struct ZhSingleRow03 {
401 .fontWeight(600) 401 .fontWeight(600)
402 } 402 }
403 403
404 - if (this.compDTO?.objectType === '0' || this.compDTO?.objectType === '') { 404 + if (!(this.compDTO?.objectType === '0' || this.compDTO?.objectType === '')) {
405 Row() { 405 Row() {
406 Text("更多") 406 Text("更多")
407 .fontSize($r("app.float.font_size_14")) 407 .fontSize($r("app.float.font_size_14"))