From 5ca691ec52cb4bb64841b0d85252af762e48c2ca Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期四, 22 八月 2024 14:58:07 +0800
Subject: [PATCH] fix UI

---
 XQMuse/Root/Me/MeVC.swift |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/XQMuse/Root/Me/MeVC.swift b/XQMuse/Root/Me/MeVC.swift
index a1bfe6f..3f3227b 100644
--- a/XQMuse/Root/Me/MeVC.swift
+++ b/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)
 				}
 				
 				///分享

--
Gitblit v1.7.1