Commit cbad9f98 authored by pete谢兆麟's avatar pete谢兆麟

黄金龙待办

parent e8344113
...@@ -252,7 +252,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource { ...@@ -252,7 +252,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
printLog("积分中心") printLog("积分中心")
if let param = YHLoginManager.shared.userModel?.token,param.count>5 { if let param = YHLoginManager.shared.userModel?.token,param.count>5 {
printLog(param) printLog(param)
// todo: 黄金龙
var token : String = param var token : String = param
//待h5端同学提供 //待h5端同学提供
#if DEBUG #if DEBUG
...@@ -280,7 +280,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource { ...@@ -280,7 +280,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
vc.vcTitle = "我的测评码" vc.vcTitle = "我的测评码"
vc.url = "https://test-cdn-pub.galaxy-immi.com/5000000/2377716732943678766120240418180233.png" vc.url = "https://test-cdn-pub.galaxy-immi.com/5000000/2377716732943678766120240418180233.png"
self.navigationController?.pushViewController(vc) self.navigationController?.pushViewController(vc)
// todo: 黄金龙
case .appointGalaxyBay://预约银河湾 case .appointGalaxyBay://预约银河湾
printLog("预约银河湾") printLog("预约银河湾")
let vc = YHHomeWebViewController() let vc = YHHomeWebViewController()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment