forked from zhouruizhe/gmTouringMiniApp
Update planner, check-in records, location service and tests
AI Code Review / review (pull_request) Successful in 6m54s
AI Code Review / review (pull_request) Successful in 6m54s
This commit is contained in:
@@ -294,6 +294,13 @@ function selectQuickPois(
|
||||
cursor = next
|
||||
}
|
||||
|
||||
if (selected.length === 0 && remaining.length > 0) {
|
||||
throw new TravelValidationError(
|
||||
'当前起点、交通方式与所选时长无法容纳首个点位',
|
||||
'quick_route_unreachable',
|
||||
)
|
||||
}
|
||||
|
||||
return selected
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user