添加景区入驻申请流程并对齐 Android
This commit is contained in:
@ -373,7 +373,7 @@ final class OrderListViewModel {
|
||||
}
|
||||
|
||||
func loadOrderSourceLeads(person: OrderSourcePerson, api: OrderAPI) async {
|
||||
guard loadingOrderSourceLeadsFor == nil else { return }
|
||||
guard loadingOrderSourceLeadsFor != person.key else { return }
|
||||
loadingOrderSourceLeadsFor = person.key
|
||||
notifyStateChange()
|
||||
defer {
|
||||
|
||||
Reference in New Issue
Block a user