完善登录逻辑和个人资料完善

This commit is contained in:
2026-05-26 11:29:06 +08:00
parent cecb51a8e2
commit 9680276b3f
27 changed files with 3934 additions and 1572 deletions

View File

@@ -70,6 +70,10 @@ async function handleAdvance() {
goCheckIn()
return
}
if (detail.value != null && detail.value.status != 'serving') {
uni.showToast({ title: '当前任务无需更新', icon: 'none' })
return
}
const result = await advanceWorkerTask(taskId.value)
if (result != null) {
detail.value = result