From 38f35a8183e8f2bad06fc81a515e7d0f72615168 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Fri, 10 Oct 2025 10:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E5=BA=A6=E4=B9=9D=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E7=A6=81=E7=94=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/deepNine.vue | 2 +- src/views/homePage.vue | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/deepNine.vue b/src/views/deepNine.vue index d3b90f7..5edefd4 100644 --- a/src/views/deepNine.vue +++ b/src/views/deepNine.vue @@ -724,7 +724,7 @@ const createTypingEffect = (message, content, speed) => { if (message.end) { homepageChatStore.getUserCount(); homepageChatStore.isLoading = false; - console.log("打印完毕,接触输入框禁用状态"); + console.log("打印完毕,解除输入框禁用状态"); homepageChatStore.deepNineInput = false; emit("enableInput"); } diff --git a/src/views/homePage.vue b/src/views/homePage.vue index f408a99..9f2f402 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -344,6 +344,7 @@ watch( watch( () => chatStore.deepNineInput, async (newVal) => { + console.log("deepNineInput", chatStore.deepNineInput); if (activeTab.value == "deepNine") { isInputDisabled.value = chatStore.deepNineInput; } @@ -392,7 +393,7 @@ const sendMessage = async () => { if (activeTab.value === "deepNine") { // 禁用输入框 isInputDisabled.value = true; - + chatStore.deepNineInput = true; // 获取深度九大模型的 store const deepNineStore = useDeepNineStore(); @@ -2039,7 +2040,8 @@ onUnmounted(() => {
Token兑换规则
- • 点击右上角"获取Token",即可进入Token兑换页进行金币兑换Token(只能兑换普通Token) + • + 点击右上角"获取Token",即可进入Token兑换页进行金币兑换Token(只能兑换普通Token)
• 金币兑换Token的比例为:1金币=1Token;一经兑换,不予退还