XQMuse/Root/Me/MeVC.swift
@@ -93,22 +93,26 @@ //观看历史 @IBAction func watchHistoryAction(_ sender: QMUIButton) { let vc = WatchHistoryVC(type: .history) push(vc: vc) } //我的收藏 @IBAction func myColletAction(_ sender: QMUIButton) { let vc = WatchHistoryVC(type: .collect) push(vc: vc) } /// 我的已购 @IBAction func paymentCourseAction(_ sender: QMUIButton) { let vc = WatchHistoryVC(type: .payment) push(vc: vc) } /// 联系客服 @IBAction func customerAction(_ sender: QMUIButton) { let vc = ContactCustomerVC() push(vc: vc) } ///分享