From 2004d0578480d12cd69c4d42d414ffd11828d0f1 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期四, 31 十月 2024 20:18:47 +0800
Subject: [PATCH] fix bug

---
 XQMuse/Root/Me/MeVC.swift |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/XQMuse/Root/Me/MeVC.swift b/XQMuse/Root/Me/MeVC.swift
index 1626e5a..92c2150 100644
--- a/XQMuse/Root/Me/MeVC.swift
+++ b/XQMuse/Root/Me/MeVC.swift
@@ -143,7 +143,7 @@
     }
 
 				@objc func rankAction(){
-								let vc = WebVC()
+        let vc = WebVC(url: ShareUrl + "/ranking/ranking?userId=\(UserViewModel.getAvatarInfo().id)")
 								vc.title = "爱心榜单"
 								push(vc: vc)
 				}
@@ -223,7 +223,6 @@
 				@IBAction func shareAction(_ sender: QMUIButton) {
          let vc =  InviteVC()
         push(vc: vc)
-//        ShareView.show(URL(string: "xqzhihui.com/commission")!)
 				}
 }
 

--
Gitblit v1.7.1