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

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

parent c69d39e3
......@@ -340,7 +340,8 @@ class YHMemberCenterViewController: YHBaseViewController {
gotoService(id)
case .offlineSalons:
YHAnalytics.track("Membership_Privileges_Page_OfflineSalon")
gotoCommunity()
gotoService(id)
//gotoCommunity()
case .customerService:
YHAnalytics.track("Membership_Privileges_Page_Exclusive_Advisor")
goQiyuService()
......@@ -350,12 +351,12 @@ class YHMemberCenterViewController: YHBaseViewController {
}
}
private func gotoCommunity() {
goTabBarBy(tabType: .community)
DispatchQueue.main.async {
NotificationCenter.default.post(name: YhConstant.YhNotification.goActivityVCNotifiction, object: nil)
}
}
// private func gotoCommunity() {
// goTabBarBy(tabType: .community)
// DispatchQueue.main.async {
// NotificationCenter.default.post(name: YhConstant.YhNotification.goActivityVCNotifiction, object: nil)
// }
// }
private func gotoGuideView() {
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