fix(settlement): 全部门店可未出账提现并企微提醒

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-03 15:43:24 +08:00
parent f3353bbce5
commit 26472f8678
12 changed files with 60 additions and 87 deletions
+1 -2
View File
@@ -77,7 +77,6 @@ export default function WithdrawPage() {
const canApply =
!!summary?.isPrimary &&
!!summary.whitelistEnabled &&
summary.availableAmount > 0 &&
!summary.hasPendingRequest &&
summary.hasBankAccount &&
@@ -125,8 +124,8 @@ export default function WithdrawPage() {
info
</span>
¥{formatMoney(summary?.dailyLimit ?? 5000)}
{summary && !summary.whitelistEnabled ? ' · 未开通未出账提现白名单' : ''}
{summary?.hasPendingRequest ? ' · 已有待审核申请' : ''}
{!summary?.hasBankAccount ? ' · 请先完善收款账户' : ''}
</p>
</section>