Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
cc4086fc
Commit
cc4086fc
authored
Mar 13, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除 测试代码
parent
2459a348
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
13 deletions
+15
-13
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+15
-13
No files found.
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
cc4086fc
...
@@ -169,23 +169,25 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
...
@@ -169,23 +169,25 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
if
(
indexPath
.
row
>=
items
.
count
)
{
return
}
if
(
indexPath
.
row
>=
items
.
count
)
{
return
}
// if !checkLogin() {
if
!
checkLogin
()
{
// let vc = UINavigationController(rootVC: YHPhoneLoginViewController())
let
vc
=
UINavigationController
(
rootVC
:
YHPhoneLoginViewController
())
// vc.modalPresentationStyle = .custom
vc
.
modalPresentationStyle
=
.
custom
// self.navigationController?.present(vc, animated: true)
self
.
navigationController
?
.
present
(
vc
,
animated
:
true
)
// } else {
}
else
{
// YHHUD.flash(message: "已登录: 功能完善中...")
YHHUD
.
flash
(
message
:
"已登录: 功能完善中..."
)
// }
}
return
let
url
=
URL
(
string
:
"https://docs.qq.com/openapi/drive/v2/files/embed/temporary?timestamp=1710298232&id=6bcaa379b0e5488abbaff85d51ee2fab&clientID=2aebc2da4f0b4883bf33ef20836f2e2d"
)
!
let
tmpVC
=
SFSafariViewController
(
url
:
url
)
// let url = URL(string: "https://docs.qq.com/openapi/drive/v2/files/embed/temporary?timestamp=1710298232&id=6bcaa379b0e5488abbaff85d51ee2fab&clientID=2aebc2da4f0b4883bf33ef20836f2e2d")!
navigationController
?
.
pushViewController
(
tmpVC
)
//
// let tmpVC = SFSafariViewController(url: url)
// navigationController?.pushViewController(tmpVC)
//
//
// return
return
// if indexPath.row == 0 {
// if indexPath.row == 0 {
//
//
//
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment