admin: 追加退款回执后重定向到追加退款面板锚点
This commit is contained in:
@@ -1096,7 +1096,7 @@ class PlatformOrderController extends Controller
|
||||
$redirectUrl .= '?' . \Illuminate\Support\Arr::query(['back' => $safeBack]);
|
||||
}
|
||||
|
||||
return redirect($redirectUrl . '#refund-receipts')
|
||||
return redirect($redirectUrl . '#add-refund-receipt')
|
||||
->with('success', '已追加退款记录(用于退款轨迹留痕)。');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user