Commit 68c63d3b authored by lujunye's avatar lujunye

1.2.1上架版

parent aabc7967
......@@ -423,11 +423,11 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
self.navigationController?.pushViewController(vc, animated: true)
return
case 59: //地址管理
let vc = DZGLViewController()
// let vc = XinZengDiZhiViewController()//新增
// vc.navTitle = "新增地址"
self.navigationController?.pushViewController(vc, animated: true )
HUD.flash(.label("敬请期待"),delay: 1.2)
return
// let vc = DZGLViewController()
// self.navigationController?.pushViewController(vc, animated: true )
// return
case 61: //库存商品
HUD.flash(.label("敬请期待"),delay: 1.2)
return
......@@ -475,9 +475,11 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
HUD.flash(.label("敬请期待"),delay: 1.2)
return
case 75: //收支统计
let vc = ShouZhiTongJiViewController()
self.navigationController?.pushViewController(vc, animated: true)
HUD.flash(.label("敬请期待"),delay: 1.2)
return
// let vc = ShouZhiTongJiViewController()
// self.navigationController?.pushViewController(vc, animated: true)
// return
case 76: //收支详情
HUD.flash(.label("敬请期待"),delay: 1.2)
return
......
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