优化接单登录页设计

This commit is contained in:
yml2213
2026-08-02 16:55:52 +08:00
parent 2227cda73d
commit 40885c39b7
5 changed files with 555 additions and 122 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export function registerWorker(payload: {
phone: string
code: string
password: string
displayName?: string
displayName: string
inviteCode?: string
}) {
return apiPost<{ worker: WorkerUser; reviewRequired: boolean }>(