diff --git a/src/components/page/articleListEditor_E.vue b/src/components/page/articleListEditor_E.vue index 015142a..67c7839 100644 --- a/src/components/page/articleListEditor_E.vue +++ b/src/components/page/articleListEditor_E.vue @@ -50,14 +50,14 @@
-{{ scope.row.cite_num ? scope.row.cite_num.length : 0 }} - +
-
- {{ scope.row.refer_frag }} -
-
- {{ scope.row.author }},{{ scope.row.title }}, {{ scope.row.joura }} ,{{
- scope.row.dateno
- }}
-
+ {{ scope.row.refer_frag }} +
+
+ {{ scope.row.author }},{{ scope.row.title }}, {{ scope.row.joura }} ,{{
+ scope.row.dateno
+ }}
+
{{ scope.row.author }},{{ scope.row.title }},{{ scope.row.dateno }}
{{ scope.row.author }},{{ scope.row.title }},{{ scope.row.dateno }}
-
- ${item.image.note ? item.image.note : ''}
-
@@ -1034,30 +1037,6 @@ export default { }
`; - } else { - contentHtml = ` -- ${isRemark} - - Figures ( .${item.image.url.split('.').pop().toUpperCase()}) - - - ${ - item.image.note ? item.image.note : '' - } -
- `; - } } else if (item.type == 2) { var tableList = JSON.parse(item.table.table_data); @@ -1090,6 +1069,7 @@ export default { `; } else { + console.log('item at line 1019:', 333333) contentHtml = `${isRemark}${item.content}
`; } @@ -1099,6 +1079,7 @@ export default { }) .join(''); this.htmlContent = htmlContent; + console.log('this.htmlContent at line 820:', this.htmlContent) }, getMainsInfo2(e) { this.loadHtml = true; @@ -1217,6 +1198,7 @@ export default { background: 'rgba(0, 0, 0, 0.7)' }); await this.creatMains(); + this.html_type=2; await this.getMainsInfo2(); loading.close(); } else { diff --git a/src/components/page/components/html/index.vue b/src/components/page/components/html/index.vue index 77ea5a7..722b0dc 100644 --- a/src/components/page/components/html/index.vue +++ b/src/components/page/components/html/index.vue @@ -764,18 +764,7 @@ export default { // 判断是否是图片 if (item.type == 1) { - var extension = item.image.url.split('.').pop().toLowerCase(); - if (extension == 'tif') { - contentHtml = ` -
-
- ${item.image.note ? item.image.note : ''}
-
@@ -788,30 +777,6 @@ export default { }
`; - } else { - contentHtml = ` -- ${isRemark} - - Figures ( .${item.image.url.split('.').pop().toUpperCase()}) - - - ${ - item.image.note ? item.image.note : '' - } -
- `; - } } else if (item.type == 2) { var tableList = JSON.parse(item.table.table_data); @@ -853,6 +818,7 @@ export default { }) .join(''); this.htmlContent = htmlContent; + console.log('this.htmlContent at line 820:', this.htmlContent) }, getMainsInfo2(e) { this.loadHtml = true; @@ -972,6 +938,7 @@ export default { background: 'rgba(0, 0, 0, 0.7)' }); await this.creatMains(); + this.html_type=2; await this.getMainsInfo2(); loading.close(); } else {