| | |
| | | } |
| | | } |
| | | |
| | | @IBAction func customAction(_ sender: UIButton) { |
| | | PlanGuidePromptView.show {[weak self] type in |
| | | switch type { |
| | | case .seeOther: |
| | | let vc = PlanGuide_1_VC() |
| | | self?.jq_push(vc: vc) |
| | | case .toSeting: |
| | | let vc = BackgroundVoiceVC(isFromFist: self?.isFromFist ?? false) |
| | | vc.hidesBottomBarWhenPushed = true |
| | | JQ_currentNavigationController().pushViewController(vc) |
| | | } |
| | | } |
| | | } |
| | | @IBAction func customAction(_ sender: UIButton) { |
| | | let vc = PlanGuide_1_VC() |
| | | jq_push(vc: vc) |
| | | // PlanGuidePromptView.show {[weak self] type in |
| | | // switch type { |
| | | // case .seeOther: |
| | | // let vc = PlanGuide_1_VC() |
| | | // self?.jq_push(vc: vc) |
| | | // case .toSeting: |
| | | // let vc = BackgroundVoiceVC(isFromFist: self?.isFromFist ?? false) |
| | | // vc.hidesBottomBarWhenPushed = true |
| | | // JQ_currentNavigationController().pushViewController(vc) |
| | | // } |
| | | // } |
| | | } |
| | | |
| | | deinit{ |
| | | |