anln_refund_1.2 #28

Merged
yezian merged 2 commits from anln_refund_1.2 into main 2025-01-10 18:07:40 +08:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 0a476bcbbc - Show all commits

View File

@ -220,7 +220,9 @@ export default function RefundDetail() {
}}
>
{data && data?.refunds_status === 4
? "系统已自动提交"
? "超时自动提交"
: data && data?.refunds_status === 3
? "2小时无条件退款"
: !checkAble
? "您已提交"
: isLoading