ui(plans): fix monthly/yearly summary card cross links

This commit is contained in:
萝卜
2026-03-17 10:05:25 +08:00
parent 8512720cf4
commit 13aa217abb

View File

@@ -157,7 +157,7 @@
<a class="link" href="{!! $safeFullUrlWithQuery(['billing_cycle' => 'monthly', 'page' => null]) !!}">{{ $summaryStats['monthly_plans'] ?? 0 }}</a>
</div>
<div class="mt-6">
<a class="link muted" href="{!! $safeFullUrlWithQuery(['billing_cycle' => 'monthly', 'page' => null]) !!}">查看付套餐</a>
<a class="link muted" href="{!! $safeFullUrlWithQuery(['billing_cycle' => 'yearly', 'page' => null]) !!}">查看付套餐</a>
</div>
</div>
<div class="card">
@@ -166,7 +166,7 @@
<a class="link" href="{!! $safeFullUrlWithQuery(['billing_cycle' => 'yearly', 'page' => null]) !!}">{{ $summaryStats['yearly_plans'] ?? 0 }}</a>
</div>
<div class="mt-6">
<a class="link muted" href="{!! $safeFullUrlWithQuery(['billing_cycle' => 'yearly', 'page' => null]) !!}">查看付套餐</a>
<a class="link muted" href="{!! $safeFullUrlWithQuery(['billing_cycle' => 'monthly', 'page' => null]) !!}">查看付套餐</a>
</div>
</div>
<div class="card">