From cd307c3297c7110d2a1c1f5c5cebc694d8cd912b Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Sat, 2 May 2026 18:44:53 +0300 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E9=B2=9C=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/UserCenter/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/UserCenter/index.vue b/src/pages/UserCenter/index.vue index 8aed1d5..8c0fc26 100644 --- a/src/pages/UserCenter/index.vue +++ b/src/pages/UserCenter/index.vue @@ -116,7 +116,7 @@ const updatePlans = () => { // First map all plans using the standard logic const allMappedPlans = mapPlans(rawPlansList.value) - if (isTrial.value && allMappedPlans.length > 0) { + if (isTrial.value && allMappedPlans.length > 4) { // Extract the last item as the trial plan (based on user requirement) const trial = allMappedPlans.pop() if (trial) { @@ -395,7 +395,6 @@ function handleStatusClose() {