liyubing

feat(信息流):处理二次请求批查获取的数据 响应稿件页面

@@ -66,10 +66,10 @@ export struct CardSourceInfo { @@ -66,10 +66,10 @@ export struct CardSourceInfo {
66 */ 66 */
67 private getContentDtoBean(): ContentDTO { 67 private getContentDtoBean(): ContentDTO {
68 if (this.compDTO == undefined) { 68 if (this.compDTO == undefined) {
69 - return new ContentDTO 69 + return this.contentDTO
70 } 70 }
71 if(this.compDTO.operDataList.length == 0){ 71 if(this.compDTO.operDataList.length == 0){
72 - return new ContentDTO 72 + return this.contentDTO
73 } 73 }
74 return this.compDTO.operDataList[0] 74 return this.compDTO.operDataList[0]
75 } 75 }