Commit 98fa6719a99cd8b5d0e03606cebb3506c7930fce

Authored by 张旭
1 parent 43cc113d

no message

metaCode/Classes/Main/HomePage/Controller/GoodsManager/CNLiveShopNewProductController.swift
... ... @@ -112,32 +112,7 @@ class CNLiveShopNewProductController:CNLiveBaseViewController{
112 112 _selectShopClassifyVC = newValue
113 113 }
114 114 }
115   -// lazy var selectShopClassifyVC:CNLiveGoodsCategoryController = {
116   -// if selectShopClassifyVC == nil{
117   -// let vc = CNLiveGoodsCategoryController()
118   -//
119   -// vc.categoryType = .shop
120   -// if self.shopGoodsDetailsModel.id?.count ?? 0 > 0{
121   -// vc.firCategoryId = self.shopGoodsDetailsModel.category_id
122   -// vc.secCategoryId = self.shopGoodsDetailsModel.category_id2
123   -// }
124   -// vc.finishBlock = {
125   -// var singleView = self.getShopClassifyView()
126   -// singleView?.contentTextField.text = "\(self.selectShopClassifyVC.firCategoryName ?? "") \(self.selectShopClassifyVC.secCategoryName ?? "")"
127   -// singleView?.layoutSubviews()
128   -// }
129   -// self.addChild(vc)
130   -// vc.view.frame = CGRect(x: 0, y: 0, width: self.view.width, height: self.view.height)
131   -// self.view.addSubview(vc.view)
132   -// vc.didMove(toParent: self)
133   -// self.selectShopClassifyVC = vc
134   -// self.selectShopClassifyVC.hideView()
135   -// }
136   -// return self.selectShopClassifyVC
137   -//
138   -// }()
139 115  
140   -
141 116 lazy var bottomNavView :UIView = {
142 117 let bottomNavView = UIView(frame: CGRect(x: 0, y: KSreenHeight-KTabBarHeight, width: self.view.width, height: KTabBarHeight))
143 118 bottomNavView.backgroundColor = HexColor("F2F2F2")
... ...