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
f5648685
Commit
f5648685
authored
Mar 20, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
09b94ff7
' into xiezhaolin
parents
4b7225bd
09b94ff7
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
10 deletions
+15
-10
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+2
-2
YHServiceCenterSecondViewController.swift
...Service(服务中心)/C/YHServiceCenterSecondViewController.swift
+5
-1
YHCertificateEntryHeadView.swift
...)/MyCertificates(我的证书)/V/YHCertificateEntryHeadView.swift
+0
-2
scoreOptionData.plist
...ligentService(服务中心)/MyScore(我的评分)/V/scoreOptionData.plist
+1
-1
YHBasicInfoFillCell.swift
...我的信息流程)/BaseInformation(基本资料)/V/YHBasicInfoFillCell.swift
+0
-1
YHEducationDetailVC.swift
...ation&Qualification(学历专业资格填写)/C/YHEducationDetailVC.swift
+3
-1
YHFormItemSelectSheetCell.swift
...)/FamilyMember(家庭成员信息表)/V/YHFormItemSelectSheetCell.swift
+4
-2
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
f5648685
...
...
@@ -2667,7 +2667,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
4
;
CURRENT_PROJECT_VERSION
=
5
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
...
...
@@ -2709,7 +2709,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
4
;
CURRENT_PROJECT_VERSION
=
5
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceCenterSecondViewController.swift
View file @
f5648685
...
...
@@ -48,7 +48,6 @@ class YHServiceCenterSecondViewController: YHBaseViewController {
override
func
viewWillAppear
(
_
animated
:
Bool
)
{
super
.
viewWillAppear
(
animated
)
loadData2
()
loadData
()
}
}
...
...
@@ -235,6 +234,11 @@ private extension YHServiceCenterSecondViewController {
serviceCenterMainReqVM
.
submitSweetNotifyOp
(
params
:
params
as
[
String
:
Any
])
{
success
,
error
in
if
success
==
true
{
YHInformationFillTipsAlertView
.
hideCheckView
()
self
.
loadData2
()
let
vc
=
YHInformationPerfectListVC
()
vc
.
orderId
=
self
.
orderId
self
.
navigationController
?
.
pushViewController
(
vc
)
}
else
{
YHHUD
.
flash
(
message
:
error
?
.
errorMsg
??
"发生错误,请重试"
)
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/V/YHCertificateEntryHeadView.swift
View file @
f5648685
...
...
@@ -119,7 +119,5 @@ private extension YHCertificateEntryHeadView {
let
e
:
ASAttributedString
=
.
init
(
"件"
,
.
font
(
UIFont
.
PFSC_R
(
ofSize
:
13
)),
.
foreground
(
UIColor
.
mainTextColor
))
statiticLable
.
attributed
.
text
=
a
+
aa
+
b
+
bb
+
c
+
cc
+
d
+
dd
+
e
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyScore(我的评分)/V/scoreOptionData.plist
View file @
f5648685
...
...
@@ -32,7 +32,7 @@
<
/
d
i
c
t
>
<
d
i
c
t
>
<
k
e
y
>
scoreValue
<
/k
e
y
>
<
string
>
15
分
<
/string
>
<
string
>
0
分
<
/string
>
<
k
e
y
>
scoreName
<
/k
e
y
>
<
string
>
4
)
50
+
<
/string
>
<
k
e
y
>
isSelected
<
/k
e
y
>
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/BaseInformation(基本资料)/V/YHBasicInfoFillCell.swift
View file @
f5648685
...
...
@@ -104,6 +104,5 @@ extension YHBasicInfoFillCell {
}
tmpView
=
view
}
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/Education&Qualification(学历专业资格填写)/C/YHEducationDetailVC.swift
View file @
f5648685
...
...
@@ -245,7 +245,9 @@ extension YHEducationDetailVC : UITableViewDelegate, UITableViewDataSource {
}
else
if
cellType
==
.
selectSheet
{
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
YHFormItemSelectSheetCell
.
cellReuseIdentifier
,
for
:
indexPath
)
as!
YHFormItemSelectSheetCell
cell
.
isShowTipsButton
=
(
detailItem
.
type
==
.
degreeType
)
cell
.
tipsBtnClickBlock
=
nil
cell
.
tipsBtnClickBlock
=
{
YHWholeScreenTipsView
.
show
(
type
:
.
degreeType
,
targetView
:
cell
.
tipsButton
)
}
cell
.
placeHolder
=
detailItem
.
placeHolder
cell
.
isMust
=
detailItem
.
isNeed
cell
.
title
=
detailItem
.
getTitle
()
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/V/YHFormItemSelectSheetCell.swift
View file @
f5648685
...
...
@@ -89,7 +89,7 @@ class YHFormItemSelectSheetCell: UITableViewCell {
return
label
}()
private
lazy
var
tipsButton
:
UIButton
=
{
lazy
var
tipsButton
:
UIButton
=
{
let
btn
=
UIButton
()
btn
.
setImage
(
UIImage
(
named
:
"form_btn_tips"
),
for
:
.
normal
)
btn
.
addTarget
(
self
,
action
:
#selector(
didTipsButtonClicked
)
,
for
:
.
touchUpInside
)
...
...
@@ -175,7 +175,9 @@ class YHFormItemSelectSheetCell: UITableViewCell {
}
@objc
func
didTipsButtonClicked
()
{
YHWholeScreenTipsView
.
show
(
type
:
.
residenceInfo
,
targetView
:
tipsButton
)
if
let
tipsBtnClickBlock
=
tipsBtnClickBlock
{
tipsBtnClickBlock
()
}
}
func
setTips
(
_
tips
:
String
?,
isShow
:
Bool
)
{
...
...
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