| | |
| | | title = "心泉·疗愈" |
| | | } |
| | | |
| | | override func viewDidAppear(_ animated: Bool) { |
| | | super.viewDidAppear(animated) |
| | | |
| | | //如果从支付过来的,移除支付 |
| | | navigationController!.viewControllers.removeAll { vc in |
| | | if vc is PaymentOrderResultVC || vc is PaymentOrderVC{ |
| | | return true |
| | | } |
| | | return false |
| | | } |
| | | } |
| | | |
| | | override func setUI() { |
| | | |
| | | let collect_bitem = UIBarButtonItem(image: UIImage(named: "btn_collect"), style: .plain, target: self, action: #selector(collectionAction)) |
| | |
| | | } |
| | | |
| | | @IBAction func commentAction(_ sender: TapBtn) { |
| | | |
| | | let vc = CommentListVC() |
| | | vc.modalPresentationStyle = .custom |
| | | present(vc, animated: true) |
| | | } |
| | | |
| | | @IBAction func beLikeAction(_ sender: UIButton) { |