Commit 13cae320a0cd8b111245caf2c5d8e82bf7bd9163
1 parent
b0921318
身份信息传的行业dustryId
Showing
2 changed files
with
3 additions
and
3 deletions
metaCode/Classes/Main/HomePage/Controller/DigitalAuth/CNLiveDigitalAuthController.swift
| ... | ... | @@ -259,7 +259,7 @@ class CNLiveDigitalAuthController:CNLiveBaseViewController,UITableViewDataSource |
| 259 | 259 | if UserInfoManager.shared.userInfo.userMsgUsers?.verifyUsers.count ?? 0 > 0{ |
| 260 | 260 | //实名认证过->身份管理页面 |
| 261 | 261 | let listModel = StandListModel() |
| 262 | - listModel.id = Int(self.channelId) ?? 0 | |
| 262 | + listModel.id = Int(collModel.id) ?? 0 | |
| 263 | 263 | listModel.name = "" |
| 264 | 264 | let vc = CNLiveDigitalRealManageController() |
| 265 | 265 | vc.listModel = listModel | ... | ... |
metaCode/Classes/Main/MinePage/Controller/CNLiveMineInputViewController.swift
| ... | ... | @@ -133,9 +133,9 @@ class CNLiveMineInputViewController : CNLiveBaseViewController, UITableViewDeleg |
| 133 | 133 | |
| 134 | 134 | override func viewDidLoad() { |
| 135 | 135 | super.viewDidLoad() |
| 136 | - | |
| 136 | + | |
| 137 | 137 | navigationBarHidden = false |
| 138 | - titleName = _listModel.name ?? "" | |
| 138 | + titleName = _listModel.name ?? "元码数字认证" | |
| 139 | 139 | view.backgroundColor = HexColor("#F7F8FA") |
| 140 | 140 | |
| 141 | 141 | loadStandInfoData() | ... | ... |