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
eb811129
Commit
eb811129
authored
Sep 19, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节修改
parent
523f1bb2
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
15 additions
and
28 deletions
+15
-28
YHTwoOptionAlertView.swift
galaxy/galaxy/Classes/Base/V/YHTwoOptionAlertView.swift
+0
-1
YHAgreementAlertView.swift
...axy/Classes/Modules/Home(首页)/V/YHAgreementAlertView.swift
+0
-1
YHServiceOrderAlertView.swift
.../Classes/Modules/Home(首页)/V/YHServiceOrderAlertView.swift
+0
-1
YHServiceCenterViewController.swift
...ligentService(服务中心)/C/YHServiceCenterViewController.swift
+1
-0
YHServiceOrderListViewController.swift
...entService(服务中心)/C/YHServiceOrderListViewController.swift
+2
-1
YHAdopterCardExampleView.swift
...办证段)/AddAdopters(2新增受养人)/V/YHAdopterCardExampleView.swift
+0
-1
YHNoAdopterAlertView.swift
...ate(办证段)/AddAdopters(2新增受养人)/V/YHNoAdopterAlertView.swift
+0
-1
YHMyDocumentsListViewController.swift
...MyDocuments(我的文书)/C/YHMyDocumentsListViewController.swift
+1
-2
YHCheckEamilAlertView.swift
...ice(服务中心)/MyDocuments(我的文书)/V/YHCheckEamilAlertView.swift
+0
-1
YHMyDocumentsListViewModel.swift
...ocuments(我的文书)/ViewModel/YHMyDocumentsListViewModel.swift
+2
-3
YHCommonAlertView.swift
...Service(服务中心)/MySignature(我的签字)/V/YHCommonAlertView.swift
+0
-1
YHSignAppendStepView.swift
...vice(服务中心)/MySignature(我的签字)/V/YHSignAppendStepView.swift
+0
-1
YHResignCertificateListViewController.swift
...age(续期证件管理)/C/YHResignCertificateListViewController.swift
+3
-0
YHResignCertificateListTableViewCell.swift
...nage(续期证件管理)/V/YHResignCertificateListTableViewCell.swift
+6
-4
YHCardExampleView.swift
...ainApplicantInformation(主申请人信息)/V/YHCardExampleView.swift
+0
-1
YHDatePickView.swift
...)/MainApplicantInformation(主申请人信息)/V/YHDatePickView.swift
+0
-1
YHImagePickerView.swift
...ainApplicantInformation(主申请人信息)/V/YHImagePickerView.swift
+0
-1
YHSelectFileSheetView.swift
...的信息流程)/WorkExperience(工作经验)/V/YHSelectFileSheetView.swift
+0
-1
YHServiceMoreAlertView.swift
...s/IntelligentService(服务中心)/V/YHServiceMoreAlertView.swift
+0
-1
YHServiceStepAlertView.swift
...s/IntelligentService(服务中心)/V/YHServiceStepAlertView.swift
+0
-1
YHSubmintAllInfoSuccessTipView.swift
...igentService(服务中心)/V/YHSubmintAllInfoSuccessTipView.swift
+0
-1
YHSubmitAllInfoCheckView.swift
...IntelligentService(服务中心)/V/YHSubmitAllInfoCheckView.swift
+0
-1
YHLoginOneLeadView.swift
...laxy/Classes/Modules/Login(登录)/V/YHLoginOneLeadView.swift
+0
-1
YHPrivacyAlertView.swift
...laxy/Classes/Modules/Login(登录)/V/YHPrivacyAlertView.swift
+0
-1
No files found.
galaxy/galaxy/Classes/Base/V/YHTwoOptionAlertView.swift
View file @
eb811129
...
...
@@ -122,7 +122,6 @@ class YHTwoOptionAlertView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHAgreementAlertView.swift
View file @
eb811129
...
...
@@ -174,7 +174,6 @@ class YHAgreementAlertView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHServiceOrderAlertView.swift
View file @
eb811129
...
...
@@ -159,7 +159,6 @@ class YHServiceOrderAlertView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceCenterViewController.swift
View file @
eb811129
...
...
@@ -243,6 +243,7 @@ extension YHServiceCenterViewController {
self
.
model
=
model
self
.
state
=
0
self
.
headIndex
=
0
self
.
isCanSelectStep
=
false
}
self
.
navigationController
?
.
pushViewController
(
vc
)
}
else
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceOrderListViewController.swift
View file @
eb811129
...
...
@@ -62,6 +62,8 @@ extension YHServiceOrderListView {
array
.
append
(
item
)
}
else
if
item
.
status
==
type
{
array
.
append
(
item
)
}
else
if
item
.
status
==
4
,
type
==
2
{
array
.
append
(
item
)
}
}
self
.
arrDataForSeviceCenterProgress
=
array
...
...
@@ -252,7 +254,6 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
}
else
if
model
.
type
==
6
{
let
vc
=
YHMyDocumentsListViewController
()
vc
.
orderId
=
orderID
vc
.
mobile
=
mobile
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
11
||
model
.
type
==
12
||
model
.
type
==
14
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService(客服段)/Certificate(办证段)/AddAdopters(2新增受养人)/V/YHAdopterCardExampleView.swift
View file @
eb811129
...
...
@@ -209,7 +209,6 @@ class YHAdopterCardExampleView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService(客服段)/Certificate(办证段)/AddAdopters(2新增受养人)/V/YHNoAdopterAlertView.swift
View file @
eb811129
...
...
@@ -110,7 +110,6 @@ class YHNoAdopterAlertView: UIView, UIGestureRecognizerDelegate {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/C/YHMyDocumentsListViewController.swift
View file @
eb811129
...
...
@@ -16,7 +16,6 @@ class YHMyDocumentsListViewController: YHBaseViewController {
var
tableView
:
UITableView
!
var
viewModel
:
YHMyDocumentsListViewModel
?
var
orderId
:
Int
=
0
var
mobile
:
String
=
""
var
arrIDs
:
[
Int
]
=
[]
//保存所有下载的id
//是否展示下载全部按钮
var
canSendEmailFlag
:
Bool
=
false
{
...
...
@@ -89,7 +88,7 @@ extension YHMyDocumentsListViewController {
}
func
getData
()
{
viewModel
?
.
requestDocumentsList
(
"
\(
orderId
)
"
,
mobile
,
callBackBlock
:
{[
weak
self
]
success
,
error
in
viewModel
?
.
requestDocumentsList
(
"
\(
orderId
)
"
,
callBackBlock
:
{[
weak
self
]
success
,
error
in
guard
let
self
=
self
else
{
return
}
if
success
{
guard
let
arr
=
self
.
viewModel
?
.
mainModel
?
.
docs
else
{
return
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHCheckEamilAlertView.swift
View file @
eb811129
...
...
@@ -183,7 +183,6 @@ class YHCheckEamilAlertView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/ViewModel/YHMyDocumentsListViewModel.swift
View file @
eb811129
...
...
@@ -12,9 +12,8 @@ class YHMyDocumentsListViewModel: YHBaseViewModel {
var
mainModel
:
YHMyDocumentsModel
?
// 请求文书列表
func
requestDocumentsList
(
_
orderId
:
String
,
_
mobile
:
String
,
callBackBlock
:
@escaping
(
_
success
:
Bool
,
_
error
:
YHErrorModel
?)
->
())
{
let
params
:
[
String
:
Any
]
=
[
"order_id"
:
orderId
,
"mobile"
:
mobile
]
func
requestDocumentsList
(
_
orderId
:
String
,
callBackBlock
:
@escaping
(
_
success
:
Bool
,
_
error
:
YHErrorModel
?)
->
())
{
let
params
:
[
String
:
Any
]
=
[
"order_id"
:
orderId
]
let
strUrl
=
YHBaseUrlManager
.
shared
.
curURL
()
+
YHAllApiName
.
Documents
.
listApi
let
_
=
YHNetRequest
.
getRequest
(
url
:
strUrl
,
params
:
params
)
{
[
weak
self
]
json
,
code
in
//1. json字符串 转 对象
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MySignature(我的签字)/V/YHCommonAlertView.swift
View file @
eb811129
...
...
@@ -234,7 +234,6 @@ class YHCommonAlertView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
if
isFullGuestureEnabel
{
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MySignature(我的签字)/V/YHSignAppendStepView.swift
View file @
eb811129
...
...
@@ -256,7 +256,6 @@ class YHSignAppendStepView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/C/YHResignCertificateListViewController.swift
View file @
eb811129
...
...
@@ -84,6 +84,9 @@ extension YHResignCertificateListViewController: UITableViewDelegate, UITableVie
cell
.
dataSource
=
model
cell
.
clickBlock
=
{
[
weak
self
]
model
in
guard
let
self
=
self
else
{
return
}
if
model
.
age
<
11
{
return
}
if
indexPath
.
row
==
0
{
if
model
.
cert_type
==
"PASS_PORT"
{
let
vc
=
YHResignCertificateDetailPassPortViewController
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/V/YHResignCertificateListTableViewCell.swift
View file @
eb811129
...
...
@@ -230,7 +230,7 @@ class YHResignCertificateView: UIView {
explainLabel
.
textColor
=
UIColor
(
hex
:
0x3cc694
)
nextStepImageView
.
image
=
UIImage
(
named
:
"service_adopter_income_success"
)
}
if
dataSource
.
age
<
1
2
{
if
dataSource
.
age
<
1
1
{
explainLabel
.
text
=
"无需提供"
explainLabel
.
textColor
=
UIColor
.
mainTextColor18
nextStepImageView
.
isHidden
=
true
...
...
@@ -249,13 +249,15 @@ class YHResignCertificateView: UIView {
}
}
if
dataSource
.
cert_type
==
"PASS_PORT"
{
subTitleLabel
.
text
=
"(护照入境)"
subTitleLabel
.
text
=
"
(护照入境)"
}
else
if
dataSource
.
cert_type
==
"HK_PASS_PORT"
{
subTitleLabel
.
text
=
"(港澳通行证入境)"
subTitleLabel
.
text
=
"
(港澳通行证入境)"
}
else
{
subTitleLabel
.
text
=
""
}
if
dataSource
.
age
<
11
{
subTitleLabel
.
text
=
" (未满11岁)"
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/V/YHCardExampleView.swift
View file @
eb811129
...
...
@@ -206,7 +206,6 @@ class YHCardExampleView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/V/YHDatePickView.swift
View file @
eb811129
...
...
@@ -189,7 +189,6 @@ class YHDatePickView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/V/YHImagePickerView.swift
View file @
eb811129
...
...
@@ -213,7 +213,6 @@ class YHImagePickerView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/WorkExperience(工作经验)/V/YHSelectFileSheetView.swift
View file @
eb811129
...
...
@@ -165,7 +165,6 @@ class YHSelectFileSheetView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHServiceMoreAlertView.swift
View file @
eb811129
...
...
@@ -111,7 +111,6 @@ class YHServiceMoreAlertView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHServiceStepAlertView.swift
View file @
eb811129
...
...
@@ -111,7 +111,6 @@ class YHServiceStepAlertView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHSubmintAllInfoSuccessTipView.swift
View file @
eb811129
...
...
@@ -195,7 +195,6 @@ class YHSubmintAllInfoSuccessTipView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHSubmitAllInfoCheckView.swift
View file @
eb811129
...
...
@@ -123,7 +123,6 @@ class YHSubmitAllInfoCheckView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/V/YHLoginOneLeadView.swift
View file @
eb811129
...
...
@@ -61,7 +61,6 @@ class YHLoginOneLeadView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/V/YHPrivacyAlertView.swift
View file @
eb811129
...
...
@@ -127,7 +127,6 @@ class YHPrivacyAlertView: UIView {
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
...
...
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