refactor(platform-orders): dedupe renew CTA in subscription locked block

This commit is contained in:
萝卜
2026-03-16 11:51:16 +08:00
parent 02bf14a8f4
commit b52a0f45f6
2 changed files with 6 additions and 3 deletions

View File

@@ -231,9 +231,9 @@
$renewCreateUrl = '/admin/platform-orders/create?' . \Illuminate\Support\Arr::query($renewCreateQuery);
@endphp
<div class="mt-10">
<a href="{!! $renewCreateUrl !!}" class="btn btn-sm">为该订阅创建续费订单</a>
</div>
@php
// 右上角已提供同入口,订阅锁定区不再重复渲染(避免重复 CTA 噪音)
@endphp
<div class="mt-10">
<div class="muted muted-xs">订阅治理入口:</div>