平台订单列表:BMPA失败原因卡片长原因入口链接显式带 bmpa_failed_only=1

This commit is contained in:
萝卜
2026-03-14 15:03:05 +00:00
parent b73e686e48
commit 5aefc14750
2 changed files with 8 additions and 3 deletions

View File

@@ -532,7 +532,7 @@
<span class="muted"></span>
<span class="muted">原因过长,请复制到筛选框</span>
<span class="muted"></span>
<a class="link" href="{!! $safeFullUrlWithQuery(['bmpa_error_keyword' => null, 'page' => null]) !!}">进入失败集合</a>
<a class="link" href="{!! $safeFullUrlWithQuery(['bmpa_failed_only' => '1', 'bmpa_error_keyword' => null, 'page' => null]) !!}">进入失败集合</a>
@else
<a class="link" title="{{ $reason }}" href="{!! $safeFullUrlWithQuery(['bmpa_error_keyword' => $reason, 'page' => null]) !!}">{{ $reasonText }}</a>
<span class="muted">{{ $count }}</span>