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
c25c6bb2
Commit
c25c6bb2
authored
Jul 07, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'youhua-dev' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into youhua-dev
parents
78a2dcda
c9875046
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
17 deletions
+23
-17
Fastfile
galaxy/fastlane/Fastfile
+0
-1
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+3
-3
YHHKPlanItemView.swift
...tService(服务中心)/MyDocuments(我的文书)/V/YHHKPlanItemView.swift
+7
-1
YHFamilyInitialInfo.swift
...我的信息流程)/FamilyMember(家庭成员信息表)/M/YHFamilyInitialInfo.swift
+1
-0
YHOtherLoginViewController.swift
...sses/Modules/Login(登录)/C/YHOtherLoginViewController.swift
+12
-12
No files found.
galaxy/fastlane/Fastfile
View file @
c25c6bb2
...
@@ -19,7 +19,6 @@ platform :ios do
...
@@ -19,7 +19,6 @@ platform :ios do
#打包正使用的分支
#打包正使用的分支
myPack_branch = youhua_branch
myPack_branch = youhua_branch
# 打adhoc包 执行命令 fastlane galaxyTest
# 打adhoc包 执行命令 fastlane galaxyTest
lane :galaxyTest do
lane :galaxyTest do
# add actions here: https://docs.fastlane.tools/actions
# add actions here: https://docs.fastlane.tools/actions
...
...
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
c25c6bb2
...
@@ -3792,7 +3792,7 @@
...
@@ -3792,7 +3792,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyTestEnv.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyTestEnv.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
3
;
CURRENT_PROJECT_VERSION
=
4
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
FRAMEWORK_SEARCH_PATHS
=
(
...
@@ -4137,7 +4137,7 @@
...
@@ -4137,7 +4137,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyDebug.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyDebug.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
3
;
CURRENT_PROJECT_VERSION
=
4
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
FRAMEWORK_SEARCH_PATHS
=
(
...
@@ -4183,7 +4183,7 @@
...
@@ -4183,7 +4183,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxy.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxy.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
3
;
CURRENT_PROJECT_VERSION
=
4
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
FRAMEWORK_SEARCH_PATHS
=
(
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHHKPlanItemView.swift
View file @
c25c6bb2
...
@@ -265,7 +265,13 @@ extension YHHKPlanItemView : UITextViewDelegate {
...
@@ -265,7 +265,13 @@ extension YHHKPlanItemView : UITextViewDelegate {
// if model.type == .planOther {
// if model.type == .planOther {
// number = maxNumbler
// number = maxNumbler
// }
// }
numberLabel
.
text
=
myTextView
.
text
.
count
.
string
+
"/
\(
maxNumbler
)
"
if
model
.
type
==
.
planOther
{
numberLabel
.
text
=
myTextView
.
text
.
count
.
string
+
"/
\(
maxNumbler
)
"
}
else
{
numberLabel
.
text
=
myTextView
.
text
.
count
.
string
+
"/
\(
maxNumbler
)
"
//for test hjl
}
if
myTextView
.
text
.
count
>
maxNumbler
{
if
myTextView
.
text
.
count
>
maxNumbler
{
numberLabel
.
textColor
=
.
failColor
numberLabel
.
textColor
=
.
failColor
}
else
{
}
else
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/M/YHFamilyInitialInfo.swift
View file @
c25c6bb2
...
@@ -664,6 +664,7 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol {
...
@@ -664,6 +664,7 @@ class YHFamilyMember: SmartCodable, YHFormItemProtocol {
if
follow
!=
1
&&
follow
!=
2
{
// 默认随行
if
follow
!=
1
&&
follow
!=
2
{
// 默认随行
follow
=
1
follow
=
1
}
}
// 父母和兄弟姐妹无随行配置
// 父母和兄弟姐妹无随行配置
if
self
.
relationType
==
.
father
||
self
.
relationType
==
.
mother
||
self
.
relationType
==
.
brother
{
if
self
.
relationType
==
.
father
||
self
.
relationType
==
.
mother
||
self
.
relationType
==
.
brother
{
follow
=
0
follow
=
0
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/C/YHOtherLoginViewController.swift
View file @
c25c6bb2
...
@@ -184,18 +184,18 @@ class YHOtherLoginViewController: YHBaseViewController {
...
@@ -184,18 +184,18 @@ class YHOtherLoginViewController: YHBaseViewController {
make
.
height
.
width
.
equalTo
(
44
)
make
.
height
.
width
.
equalTo
(
44
)
}
}
}
else
{
}
else
{
appleButton
=
{
//
appleButton = {
let
button
=
UIButton
(
type
:
.
custom
)
//
let button = UIButton(type: .custom)
button
.
setImage
(
UIImage
(
named
:
"login_apple"
),
for
:
.
normal
)
//
button.setImage(UIImage(named: "login_apple"), for: .normal)
button
.
addTarget
(
self
,
action
:
#selector(
appleLogin
)
,
for
:
.
touchUpInside
)
//
button.addTarget(self, action: #selector(appleLogin), for: .touchUpInside)
return
button
//
return button
}()
//
}()
view
.
addSubview
(
appleButton
)
//
view.addSubview(appleButton)
appleButton
.
snp
.
makeConstraints
{
make
in
//
appleButton.snp.makeConstraints { make in
make
.
centerX
.
equalToSuperview
()
//
make.centerX.equalToSuperview()
make
.
bottom
.
equalTo
(
-
58
)
//
make.bottom.equalTo(-58)
make
.
height
.
width
.
equalTo
(
44
)
//
make.height.width.equalTo(44)
}
//
}
}
}
}
}
...
...
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