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 216 //提交身份审核后刷新
217 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 221 NotificationCenter.default.addObserver(self, selector: #selector(StandAuthNotificationSuccessAction), name: Notification.Name.StandAuth.StandAuthSortNotificationResult, object: nil)
222 222  
... ...