陈剑华

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

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