Merge branch 'master' of https://git.nuttyreading.com/wangjinlei/tougao_web into Editorial-Board

This commit is contained in:
2025-12-24 16:22:22 +08:00
7 changed files with 610 additions and 786 deletions

View File

@@ -135,6 +135,9 @@
<template slot="comment">
<div style="" class="commentList annotations"></div>
</template>
<template slot="refrences">
<div style="" class="" main-id="References">222</div>
</template>
</common-word>
</div>
</div>
@@ -603,6 +606,7 @@ export default {
},
methods: {
async copyArray(data) {
try {
// 将数组内容转换为字符串,使用换行符分隔
@@ -1524,7 +1528,7 @@ export default {
for (let i = 0; i < this.Main_List.length; i++) {
this.Main_List[i].text = this.Main_List[i].content;
this.Main_List[i].getnum = 0;
// this.Main_List[i].checked = false;
}
// setTimeout(async () => {