Commit db4fdf97 authored by 刘俊宏's avatar 刘俊宏

1197 iOS:工作中心-分销商管理-新增店铺功能下拉展示逻辑优化:展示当前供应商未关联成为分销商的平台店铺

parent 264334fc
......@@ -53,8 +53,8 @@ class GLAlertTbAddView: UIView,UITableViewDelegate,UITableViewDataSource,GLAlert
return
}else{
if centers.count == 0 {
getDbtShop(["user_token":UserToken as Any]) { (data) in
let model = data as! getDbtShopModel
getAllShop(["user_token":UserToken as Any]) { (data) in
let model = data as! getAllShopModel
model.data?.forEach({ (item) in
self.centers.append(item)
})
......@@ -67,7 +67,7 @@ class GLAlertTbAddView: UIView,UITableViewDelegate,UITableViewDataSource,GLAlert
}
}
}
var centers:Array<getDbtShopDataModel> = []
var centers:Array<getAllShopDataModel> = []
var gys_centers:Array<getSupShopDataModel> = []
var datas:Array<String> = [""]
@IBOutlet weak var center_view_height: NSLayoutConstraint!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment