From 3134f1784da4ab296ac4712082f4c9a9b62e4781 Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 31 May 2024 11:06:43 +0800 Subject: [PATCH] thread --- components/i/library/Collect.vue | 2 +- components/i/library/Select.vue | 4 ++- components/i/library/Thread.vue | 51 +++++++++++++++++++++++--------- pages/library/[id].vue | 1 + 4 files changed, 42 insertions(+), 16 deletions(-) diff --git a/components/i/library/Collect.vue b/components/i/library/Collect.vue index 16a2a8c..454dd42 100644 --- a/components/i/library/Collect.vue +++ b/components/i/library/Collect.vue @@ -6,7 +6,7 @@
- 1 + {{ item.record_count }}
diff --git a/components/i/library/Select.vue b/components/i/library/Select.vue index 9569d59..ae9104d 100644 --- a/components/i/library/Select.vue +++ b/components/i/library/Select.vue @@ -29,7 +29,7 @@ @click="handleSelected(item.id)" >
-
{{item.name}}
+
{{ item.name }}
@@ -73,6 +73,8 @@ async function handleSelected(id) { selected.value = [id] } async function handleSave() { + console.log(788) + return if (loading.value) return loading.value = true // 取消合集 diff --git a/components/i/library/Thread.vue b/components/i/library/Thread.vue index e5a5f70..e157950 100644 --- a/components/i/library/Thread.vue +++ b/components/i/library/Thread.vue @@ -1,8 +1,8 @@