admin: 追加退款回执后重定向到追加退款面板锚点

This commit is contained in:
萝卜
2026-03-17 21:49:21 +08:00
parent 2ea92cd6f1
commit c8ef994ec8
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ class AdminPlatformOrderAddRefundReceiptShouldRedirectBackToShowWithAnchorAndBac
$expected = '/admin/platform-orders/' . $order->id . '?' . Arr::query([
'back' => $back,
]) . '#refund-receipts';
]) . '#add-refund-receipt';
$res->assertRedirect($expected);
}