...
|
...
|
@@ -146,7 +146,7 @@ export default { |
|
|
this.CHANGE_ARTICLE_LIST_INTRO_HEIGHT({
|
|
|
articleId: this.data.articleId,
|
|
|
introHeight: get(this.$refs, 'introPool.scrollHeight', 0) + 20,
|
|
|
introCollapseHeight: get(this.$refs, 'intro.scrollHeight', 0),
|
|
|
introCollapseHeight: get(this.$refs, 'intro.offsetHeight', 0),
|
|
|
type: this.type
|
|
|
});
|
|
|
}
|
...
|
...
|
|