Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -46,6 +46,7 @@ export struct CompParser { | @@ -46,6 +46,7 @@ export struct CompParser { | ||
| 46 | 46 | ||
| 47 | 47 | ||
| 48 | console.log('CompParser-compDTO', JSON.stringify(this.compDTO)) | 48 | console.log('CompParser-compDTO', JSON.stringify(this.compDTO)) |
| 49 | + this.pageName = this.pageModel.pageInfo.name | ||
| 49 | // 轮播图屏蔽音频类型稿件 | 50 | // 轮播图屏蔽音频类型稿件 |
| 50 | if (this.compDTO.compStyle === CompStyle.Zh_Carousel_Layout_01) { | 51 | if (this.compDTO.compStyle === CompStyle.Zh_Carousel_Layout_01) { |
| 51 | this.audioItems = this.compDTO.operDataList.filter(item => { | 52 | this.audioItems = this.compDTO.operDataList.filter(item => { |
-
Please register or login to post a comment