王士厅

稿件 缺省图-内容找不到了,类型判断错误

@@ -216,7 +216,7 @@ export struct EmptyComponent { @@ -216,7 +216,7 @@ export struct EmptyComponent {
216 contentString = '暂无关注' 216 contentString = '暂无关注'
217 } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) { 217 } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) {
218 contentString = '暂无评论,快来抢沙发' 218 contentString = '暂无评论,快来抢沙发'
219 - } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) { 219 + } else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoContent2) {
220 contentString = '内容找不到了' 220 contentString = '内容找不到了'
221 } 221 }
222 222