ui(site-subscriptions): hide renewal order CTA in attach order mode

This commit is contained in:
萝卜
2026-03-17 11:15:54 +08:00
parent 279dd885f3
commit f0f9ffa24c

View File

@@ -509,7 +509,9 @@
$renewOrderUrl = \App\Support\BackUrl::withBack('/admin/platform-orders/create?' . \Illuminate\Support\Arr::query($q), $back); $renewOrderUrl = \App\Support\BackUrl::withBack('/admin/platform-orders/create?' . \Illuminate\Support\Arr::query($q), $back);
@endphp @endphp
<div class="mt-4 actions gap-10"> <div class="mt-4 actions gap-10">
@if($attachOrderId <= 0)
<a class="btn btn-secondary btn-sm" href="{!! $renewOrderUrl !!}">续费下单</a> <a class="btn btn-secondary btn-sm" href="{!! $renewOrderUrl !!}">续费下单</a>
@endif
@if($attachOrderId > 0) @if($attachOrderId > 0)
@php @php