From e5b32e0fbc4d5904e778f1753a1210ab842b7322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Mon, 16 Mar 2026 05:01:19 +0800 Subject: [PATCH] chore(admin-ui): platform orders index uses page header --- .../admin/platform_orders/index.blade.php | 32 ++++++++++++------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index cb2247b..16cb83a 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -52,19 +52,29 @@ 'page' => null, ], $safeBackForLinks); @endphp -
-

这里是总台视角的平台收费主链骨架页,当前阶段先承接套餐订购 / 续费 / 生效跟踪。

-

本页先提供可访问列表、基础筛选与摘要卡,后续再补详情、导出、支付记录与退款轨迹。

- - @if($safeBackForLinks !== '') -
- ← 返回上一页(保留上下文) + + +@php + $currentSubscription = $currentSubscription ?? null; +@endphp @if($incomingLeadId > 0)