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
0188ada1
Commit
0188ada1
authored
Apr 11, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'xiezhaolin' into develop
parents
d82848a8
14a3c1ef
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
YHHomePageViewController.swift
...Classes/Modules/Home(首页)/C/YHHomePageViewController.swift
+8
-1
YHHomeWebViewController.swift
.../Classes/Modules/Home(首页)/C/YHHomeWebViewController.swift
+2
-1
YHMyDocumentsDetailViewController.swift
...Documents(我的文书)/C/YHMyDocumentsDetailViewController.swift
+3
-2
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomePageViewController.swift
View file @
0188ada1
...
@@ -116,7 +116,14 @@ extension YHHomePageViewController: UICollectionViewDelegate, UICollectionViewDa
...
@@ -116,7 +116,14 @@ extension YHHomePageViewController: UICollectionViewDelegate, UICollectionViewDa
let
cell
=
collectionView
.
dequeueReusableCell
(
withReuseIdentifier
:
YHHomeCollectionViewCell
.
cellReuseIdentifier
,
for
:
indexPath
)
as!
YHHomeCollectionViewCell
let
cell
=
collectionView
.
dequeueReusableCell
(
withReuseIdentifier
:
YHHomeCollectionViewCell
.
cellReuseIdentifier
,
for
:
indexPath
)
as!
YHHomeCollectionViewCell
cell
.
listModel
=
self
.
viewModel
.
arrHomeNewsData
[
indexPath
.
row
]
cell
.
listModel
=
self
.
viewModel
.
arrHomeNewsData
[
indexPath
.
row
]
return
cell
return
cell
}
func
collectionView
(
_
collectionView
:
UICollectionView
,
didSelectItemAt
indexPath
:
IndexPath
)
{
let
model
=
self
.
viewModel
.
arrHomeNewsData
[
indexPath
.
row
]
let
vc
=
YHHomeWebViewController
()
vc
.
url
=
"https://test-hkdiy-h5.galaxy-immi.com/articleDetail.html?id=3000"
vc
.
id
=
model
?
.
id
??
0
self
.
navigationController
?
.
pushViewController
(
vc
)
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeWebViewController.swift
View file @
0188ada1
...
@@ -14,7 +14,8 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD
...
@@ -14,7 +14,8 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD
var
webview
=
WKWebView
()
var
webview
=
WKWebView
()
var
progBar
=
UIProgressView
()
var
progBar
=
UIProgressView
()
var
bottomView
:
YHHomeWebBottomView
!
var
bottomView
:
YHHomeWebBottomView
!
var
url
=
"https://upload-cdn.galaxy-immi.com/crm/production/1620271613711.pdf"
var
url
=
""
var
id
:
Int
=
0
override
func
viewDidLoad
()
{
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
super
.
viewDidLoad
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/C/YHMyDocumentsDetailViewController.swift
View file @
0188ada1
...
@@ -75,7 +75,7 @@ class YHMyDocumentsDetailViewController: YHBaseViewController {
...
@@ -75,7 +75,7 @@ class YHMyDocumentsDetailViewController: YHBaseViewController {
}
}
self
.
bottomView
.
isHidden
=
true
self
.
bottomView
.
isHidden
=
true
}
}
if
self
.
viewModel
.
mainModel
?
.
writing_document
.
doc_sign
.
supplement_id
==
0
{
if
self
.
viewModel
.
mainModel
?
.
writing_document
.
status
??
0
<
6
{
//没有doc_sign
//没有doc_sign
self
.
stepView
.
currentIndex
=
0
self
.
stepView
.
currentIndex
=
0
self
.
bottomView
.
isHidden
=
true
self
.
bottomView
.
isHidden
=
true
...
@@ -313,7 +313,8 @@ class YHMyDocumentsDetailViewController: YHBaseViewController {
...
@@ -313,7 +313,8 @@ class YHMyDocumentsDetailViewController: YHBaseViewController {
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
if
success
{
if
success
{
YHHUD
.
flash
(
message
:
"提交成功"
)
YHHUD
.
flash
(
message
:
"提交成功"
)
self
.
navigationController
?
.
popViewController
()
self
.
getData
()
// self.navigationController?.popViewController()
}
}
}
}
}
}
...
...
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