From 294aa5b50e4a5efac7b71ab4875e4f8ee036c52e Mon Sep 17 00:00:00 2001 From: zhonghua Date: Mon, 20 Apr 2026 15:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=88=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/public/create/views/WelcomeView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lesingle-creation-frontend/src/views/public/create/views/WelcomeView.vue b/lesingle-creation-frontend/src/views/public/create/views/WelcomeView.vue index f91f211..32f5173 100644 --- a/lesingle-creation-frontend/src/views/public/create/views/WelcomeView.vue +++ b/lesingle-creation-frontend/src/views/public/create/views/WelcomeView.vue @@ -277,9 +277,9 @@ async function handleStart() { }) return } - if (Number(gate.quota?.userCallLimit || '0') <= 0) { + if (Number(gate.quota?.userCallRemaining || '0') <= 0) { // message.success(gate.quota.summary, 2) - message.warning('创作次数已用完,请联系管理员补充创作次数。') + message.warning('创作次数已用完,请联系管理员。') return } if (gate.quotaError) {