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() {