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
cf2b7a63
Commit
cf2b7a63
authored
Aug 28, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口 解析说明
parent
bba16b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
YHJsApi.swift
...galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
+4
-5
No files found.
galaxy/galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
View file @
cf2b7a63
...
...
@@ -17,15 +17,14 @@ class YHJsApi: NSObject {
}
extension
YHJsApi
{
//跳转到 办证3 - 赴港时间预约界面
//
4、
跳转到 办证3 - 赴港时间预约界面
@objc
func
gotoAppointCertificateSyn
(
_
orderID
:
Int
)
{
let
vc
=
YHCertificateAppointViewController
()
// vc.orderId = 151090
vc
.
orderId
=
orderID
delegate
?
.
navigationController
?
.
pushViewController
(
vc
)
}
//
展示pics
//
3、展示图片组
@objc
func
showPicsSyn
(
_
dicPics
:
String
)
{
DispatchQueue
.
main
.
async
{
if
let
data
=
dicPics
.
data
(
using
:
.
utf8
)
{
...
...
@@ -53,7 +52,7 @@ extension YHJsApi {
}
}
//设置app导航栏隐藏、显示
//
2、
设置app导航栏隐藏、显示
@objc
func
setAppNavigation
(
_
tag
:
Any
)
{
let
tmp
:
Bool
=
tag
as?
Bool
??
false
DispatchQueue
.
main
.
async
{
...
...
@@ -64,7 +63,7 @@ extension YHJsApi {
}
}
//保存图片到本地
//
1、
保存图片到本地
@objc
func
saveLocalPictureSyn
(
_
picUrl
:
String
)
{
DispatchQueue
.
main
.
async
{
...
...
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