Commit b35a1f3f748ee7b7d805e8a6c20ce2ec68009dad

Authored by “张旭”
1 parent ffd91fa2

no message

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