Commit a25bac14 authored by Alex朱枝文's avatar Alex朱枝文

会员中心页跳线下沙龙跳转页更改

parent c69d39e3
...@@ -340,7 +340,8 @@ class YHMemberCenterViewController: YHBaseViewController { ...@@ -340,7 +340,8 @@ class YHMemberCenterViewController: YHBaseViewController {
gotoService(id) gotoService(id)
case .offlineSalons: case .offlineSalons:
YHAnalytics.track("Membership_Privileges_Page_OfflineSalon") YHAnalytics.track("Membership_Privileges_Page_OfflineSalon")
gotoCommunity() gotoService(id)
//gotoCommunity()
case .customerService: case .customerService:
YHAnalytics.track("Membership_Privileges_Page_Exclusive_Advisor") YHAnalytics.track("Membership_Privileges_Page_Exclusive_Advisor")
goQiyuService() goQiyuService()
...@@ -350,12 +351,12 @@ class YHMemberCenterViewController: YHBaseViewController { ...@@ -350,12 +351,12 @@ class YHMemberCenterViewController: YHBaseViewController {
} }
} }
private func gotoCommunity() { // private func gotoCommunity() {
goTabBarBy(tabType: .community) // goTabBarBy(tabType: .community)
DispatchQueue.main.async { // DispatchQueue.main.async {
NotificationCenter.default.post(name: YhConstant.YhNotification.goActivityVCNotifiction, object: nil) // NotificationCenter.default.post(name: YhConstant.YhNotification.goActivityVCNotifiction, object: nil)
} // }
} // }
private func gotoGuideView() { private func gotoGuideView() {
let view = YHMembershipGrowthGuideView.sheetView() let view = YHMembershipGrowthGuideView.sheetView()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment