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
6ab7dcc4
Commit
6ab7dcc4
authored
Oct 19, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除 测试代码
parent
89f20dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+23
-23
No files found.
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
6ab7dcc4
...
@@ -409,30 +409,30 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
...
@@ -409,30 +409,30 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
self
.
navigationController
?
.
pushViewController
(
vc
)
self
.
navigationController
?
.
pushViewController
(
vc
)
case
.
myOrder
:
case
.
myOrder
:
//我的订单
//我的订单
// if let token = YHLoginManager.shared.userModel?.token,token.count > 5 {
if
let
token
=
YHLoginManager
.
shared
.
userModel
?
.
token
,
token
.
count
>
5
{
// var url = YHBaseUrlManager.shared.curH5URL() + "superAppBridge.html#/order/my"
var
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/order/my"
// url = "?param=" + YHLoginManager.shared.h5Token
url
=
"?param="
+
YHLoginManager
.
shared
.
h5Token
// printLog("URL: \(url)")
printLog
(
"URL:
\(
url
)
"
)
// let vc = YHH5WebViewVC()
let
vc
=
YHH5WebViewVC
()
// vc.url = url
vc
.
url
=
url
// vc.isFullScreenFlag = false
vc
.
isFullScreenFlag
=
false
// vc.navTitle = "我的订单"
vc
.
navTitle
=
"我的订单"
// vc.isSupportWebviewInterBackFlag = true
vc
.
isSupportWebviewInterBackFlag
=
true
// UIViewController.current?.navigationController?.pushViewController(vc)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
// }
let
view
=
YHRangeDatePickerSheetView2
.
sheetView
()
view
.
minDateStr
=
"2024-11-01"
view
.
maxDateStr
=
"2024-11-19"
view
.
viewTitle
=
"Demo"
view
.
block
=
{
[
weak
self
]
(
startDate
,
time
)
in
guard
self
!=
nil
else
{
return
}
printLog
(
"开始时间:
\(
startDate
)
"
)
printLog
(
"结束时间:
\(
time
)
"
)
}
}
view
.
show
()
//for test hjl
// let view = YHRangeDatePickerSheetView2.sheetView()
// view.minDateStr = "2024-11-01"
// view.maxDateStr = "2024-11-19"
// view.viewTitle = "Demo"
// view.block = {
// [weak self] (startDate,time) in
// guard self != nil else { return }
//
// printLog("开始时间: \(startDate)")
// printLog("结束时间: \(time)")
// }
// view.show()//for test hjl
default
:
default
:
printLog
(
"不需要响应"
)
printLog
(
"不需要响应"
)
}
}
...
...
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