...
|
...
|
@@ -54,6 +54,7 @@ export default { |
|
|
intro: get(get(this.data, 'blockList', []).filter(block => block.templateKey === 'text'), '[0].contentData', ''),
|
|
|
isExpand: this.data.isExpand,
|
|
|
introHeight: this.data.introHeight,
|
|
|
introCollapseHeight: this.data.introCollapseHeight,
|
|
|
articleType: this.data.articleType,
|
|
|
labelList: this.data.labelList,
|
|
|
hasFavor: this.data.hasFavor,
|
...
|
...
|
|