Commit 75d7808c authored by lujunye's avatar lujunye

调试

parent ddbe5d2e
......@@ -447,6 +447,7 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
self.itemTypeArr?.insert((model.data?.goods_res!.goods_type)!, at: (model.data?.goods_res!.goods_type)!-1)
self.itemTypeArr?.remove(at: (model.data?.goods_res!.goods_type)!)
}
let contentArr = ["预售","普通","期货","团购"]
let titles = NSMutableArray()
titles.removeAllObjects()
......
......@@ -15,6 +15,15 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
override func viewDidLoad() {
super.viewDidLoad()
setTabv()
let cover = UIView()
self.view.addSubview(cover)
cover.backgroundColor = UIColor.black
cover.alpha = 0.3
cover.snp.makeConstraints { (make) in
make.top.right.bottom.left.equalTo(0)
}
}
//MARK:--二维码方法
@IBAction func codeAction(_ sender: UIButton) {
......
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