chore(admin-site-subscription): failed reason keyword max len uses config
This commit is contained in:
@@ -339,7 +339,8 @@
|
||||
@php
|
||||
$bmpaFailedReasonStats = $bmpaFailedReasonStats ?? [];
|
||||
// 避免 URL 过长/特殊字符破坏 query:原因过长则不生成 keyword 链接
|
||||
$FAILED_REASON_KEYWORD_MAX_LEN = 80;
|
||||
// 与列表页/仪表盘/订单详情保持一致:由 config 统一控制阈值。
|
||||
$FAILED_REASON_KEYWORD_MAX_LEN = (int) config('saasshop.platform_orders.sync_error_keyword_link_max_len', 200);
|
||||
@endphp
|
||||
@if(count($bmpaFailedReasonStats) > 0)
|
||||
<div class="muted mt-6">
|
||||
|
||||
Reference in New Issue
Block a user