chenjun3_wd

禅道:16852 进入早晚报列表不该先加载缺省图

... ... @@ -150,7 +150,10 @@ export struct SingleColumn999Component {
scrollBackward: NestedScrollMode.SELF_FIRST
})
} else {
EmptyComponent({ emptyHeight: 200 })
if (this.compListItem && this.compListItem?.operDataList) {
EmptyComponent({ emptyHeight: 200 })
}
}
}
... ...