继续完善居家服务模块

This commit is contained in:
2026-05-22 10:16:51 +08:00
parent 3a7b2808af
commit d25f80ccdd
10 changed files with 670 additions and 110 deletions

View File

@@ -127,7 +127,7 @@ async function submitCheckin() {
checkinMode: 'gps'
})
uni.showToast({ title: '签到成功', icon: 'success' })
uni.navigateTo({ url: '/pages/mall/delivery/orders/execute?id=' + orderId.value })
uni.redirectTo({ url: '/pages/mall/delivery/service-record/index?id=' + orderId.value })
} finally {
submitting.value = false
}