Commit b35a1f3f748ee7b7d805e8a6c20ce2ec68009dad
1 parent
ffd91fa2
no message
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Main/HomePage/Controller/AuthMainController/CNMetaCodeHomePageController.swift
| @@ -216,7 +216,7 @@ class CNMetaCodeHomePageController:CNLiveBaseViewController, NewPagedFlowViewDel | @@ -216,7 +216,7 @@ class CNMetaCodeHomePageController:CNLiveBaseViewController, NewPagedFlowViewDel | ||
| 216 | //提交身份审核后刷新 | 216 | //提交身份审核后刷新 |
| 217 | NotificationCenter.default.addObserver(self, selector: #selector(StandAuthNotificationSuccessAction), name: Notification.Name.StandAuth.StandAuthNotificationSuccess, object: nil) | 217 | NotificationCenter.default.addObserver(self, selector: #selector(StandAuthNotificationSuccessAction), name: Notification.Name.StandAuth.StandAuthNotificationSuccess, object: nil) |
| 218 | //提交电商身份审核后刷新 | 218 | //提交电商身份审核后刷新 |
| 219 | - NotificationCenter.default.addObserver(self, selector: #selector(DSShopDarenAuthResultNotificationAction), name: Notification.Name.StandAuth.DSShopDarenAuthResultNotification, object: nil) | 219 | + NotificationCenter.default.addObserver(self, selector: #selector(DSShopDarenAuthResultNotificationAction), name: Notification.Name.ShopAuthManage.DSShopDarenAuthResultNotification, object: nil) |
| 220 | //我的身份排序后刷新 | 220 | //我的身份排序后刷新 |
| 221 | NotificationCenter.default.addObserver(self, selector: #selector(StandAuthNotificationSuccessAction), name: Notification.Name.StandAuth.StandAuthSortNotificationResult, object: nil) | 221 | NotificationCenter.default.addObserver(self, selector: #selector(StandAuthNotificationSuccessAction), name: Notification.Name.StandAuth.StandAuthSortNotificationResult, object: nil) |
| 222 | 222 |