chenjun3_wd

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

@@ -150,8 +150,11 @@ export struct SingleColumn999Component { @@ -150,8 +150,11 @@ export struct SingleColumn999Component {
150 scrollBackward: NestedScrollMode.SELF_FIRST 150 scrollBackward: NestedScrollMode.SELF_FIRST
151 }) 151 })
152 } else { 152 } else {
  153 + if (this.compListItem && this.compListItem?.operDataList) {
153 EmptyComponent({ emptyHeight: 200 }) 154 EmptyComponent({ emptyHeight: 200 })
154 } 155 }
  156 +
  157 + }
155 } 158 }
156 159
157 // public buildLanes(): number { 160 // public buildLanes(): number {