Commit ee1e1218ff412b598ececa34c3230bb8f1c5ea16
1 parent
7fc20f0c
提交修改
Showing
2 changed files
with
9 additions
and
5 deletions
metaCode/Classes/Main/MinePage/Controller/CNLiveMineAddInfoViewController.swift
| @@ -329,6 +329,8 @@ extension CNLiveMineAddInfoViewController { | @@ -329,6 +329,8 @@ extension CNLiveMineAddInfoViewController { | ||
| 329 | let model = result as! MineApplyShopInfoModel | 329 | let model = result as! MineApplyShopInfoModel |
| 330 | if model.state == "0" || model.state == "4" { | 330 | if model.state == "0" || model.state == "4" { |
| 331 | self?.navigationController?.pushViewController(CNLiveMineShopViewController.init(showType: .one, listModel: listModel, tempArray: []), animated: true) | 331 | self?.navigationController?.pushViewController(CNLiveMineShopViewController.init(showType: .one, listModel: listModel, tempArray: []), animated: true) |
| 332 | + } else { | ||
| 333 | + showMessage(message: "已提交过审核信息") | ||
| 332 | } | 334 | } |
| 333 | } | 335 | } |
| 334 | } | 336 | } |
metaCode/Classes/Main/MinePage/Controller/CNLiveMineViewController.swift
| @@ -44,8 +44,10 @@ class CNLiveMineViewController : CNLiveBaseViewController, UITableViewDelegate, | @@ -44,8 +44,10 @@ class CNLiveMineViewController : CNLiveBaseViewController, UITableViewDelegate, | ||
| 44 | let array03 : [Dictionary] = [["name":"帮助与反馈","icon":"mine_list_icon_help_feedback"], | 44 | let array03 : [Dictionary] = [["name":"帮助与反馈","icon":"mine_list_icon_help_feedback"], |
| 45 | ["name":"更多设置","icon":"mine_list_icon_set_more"]] | 45 | ["name":"更多设置","icon":"mine_list_icon_set_more"]] |
| 46 | dataArray.add(array03) | 46 | dataArray.add(array03) |
| 47 | - let array04 : [Dictionary] = [["name":"订单列表","icon":"mine_list_icon_help_feedback"]] | ||
| 48 | - dataArray.add(array04) | 47 | + |
| 48 | + | ||
| 49 | +// let array04 : [Dictionary] = [["name":"订单列表","icon":"mine_list_icon_help_feedback"]] | ||
| 50 | +// dataArray.add(array04) | ||
| 49 | return dataArray | 51 | return dataArray |
| 50 | }() | 52 | }() |
| 51 | 53 | ||
| @@ -168,9 +170,9 @@ extension CNLiveMineViewController { | @@ -168,9 +170,9 @@ extension CNLiveMineViewController { | ||
| 168 | self.navigationController?.pushViewController(CNLiveTypeFeedBackViewController.init(show_type: .setting), animated: true) | 170 | self.navigationController?.pushViewController(CNLiveTypeFeedBackViewController.init(show_type: .setting), animated: true) |
| 169 | } | 171 | } |
| 170 | 172 | ||
| 171 | - if indexPath.section == 4 { | ||
| 172 | - self.navigationController?.pushViewController(CNLiveShopOrderViewController.init(), animated: true) | ||
| 173 | - } | 173 | +// if indexPath.section == 4 { |
| 174 | +// self.navigationController?.pushViewController(CNLiveShopOrderViewController.init(), animated: true) | ||
| 175 | +// } | ||
| 174 | 176 | ||
| 175 | } | 177 | } |
| 176 | 178 |