尝鲜价
All checks were successful
site-dist-deploy / build-and-deploy (push) Successful in 1m16s

This commit is contained in:
speakeloudest 2026-05-02 18:44:53 +03:00
parent d025ab2d33
commit cd307c3297

View File

@ -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() {
<style scoped>
.tracking-tight {
font-family: 'Inter', 'PingFang SC', sans-serif;
}
</style>