diff --git a/src/components/page/articleListEditor_B1.vue b/src/components/page/articleListEditor_B1.vue index b2d8cfd..4ab1442 100644 --- a/src/components/page/articleListEditor_B1.vue +++ b/src/components/page/articleListEditor_B1.vue @@ -118,7 +118,7 @@ Fetching highlights, please wait... Fetching medical history of objective, please wait... 结尾 + if (content.startsWith('

')) { + return trimmed; + } + // 如果没有包裹,则手动包裹 + return `

${trimmed}

`; +}, getData() { const loading = this.$loading({ lock: true, @@ -1671,7 +1680,7 @@ export default { this.tradition = null; this.mhooStr = null; - + // 获取文章信息 this.$api @@ -1680,6 +1689,7 @@ export default { if (res.code == 0) { this.abstract = res.data.production.abstract ? res.data.production.abstract : ''; + this.tradition = res.data.production.tradition ? res.data.production.tradition : ''; this.mhooStr = res.data.production.mhoo ? res.data.production.mhoo : '';