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
30f6fd78
Commit
30f6fd78
authored
Jul 01, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节修复
parent
8928169f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
YHFileRenameInputView.swift
...(服务中心)/MyCertificates(我的证书)/V/YHFileRenameInputView.swift
+1
-1
YHUserInfoSettingViewController.swift
...Modules/Login(登录)/C/YHUserInfoSettingViewController.swift
+0
-1
YHEditInterestViewController.swift
...ine(我的)/MyCard(我的名片)/C/YHEditInterestViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/V/YHFileRenameInputView.swift
View file @
30f6fd78
...
@@ -115,7 +115,7 @@ class YHFileRenameInputView: UIView {
...
@@ -115,7 +115,7 @@ class YHFileRenameInputView: UIView {
view
.
textField
.
text
=
defalutText
view
.
textField
.
text
=
defalutText
view
.
textField
.
attributedPlaceholder
=
NSAttributedString
(
string
:
placeholde
,
attributes
:
[
NSAttributedString
.
Key
.
foregroundColor
:
UIColor
.
placeHolderColor
])
view
.
textField
.
attributedPlaceholder
=
NSAttributedString
(
string
:
placeholde
,
attributes
:
[
NSAttributedString
.
Key
.
foregroundColor
:
UIColor
.
placeHolderColor
])
view
.
titleLabel
.
text
=
title
view
.
titleLabel
.
text
=
title
if
placeholde
==
"请输入
自定义
标签"
{
if
placeholde
==
"请输入
10字以内的
标签"
{
view
.
maxWordsCount
=
10
view
.
maxWordsCount
=
10
}
}
return
view
return
view
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/C/YHUserInfoSettingViewController.swift
View file @
30f6fd78
...
@@ -22,7 +22,6 @@ class YHUserInfoSettingViewController: YHBaseViewController {
...
@@ -22,7 +22,6 @@ class YHUserInfoSettingViewController: YHBaseViewController {
override
func
viewDidLoad
()
{
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
super
.
viewDidLoad
()
setView
()
setView
()
changeHead
()
getData
()
getData
()
}
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/MyCard(我的名片)/C/YHEditInterestViewController.swift
View file @
30f6fd78
...
@@ -27,7 +27,7 @@ class YHEditInterestViewController: YHBaseViewController {
...
@@ -27,7 +27,7 @@ class YHEditInterestViewController: YHBaseViewController {
}()
}()
var
renameInputView
:
YHFileRenameInputView
=
{
var
renameInputView
:
YHFileRenameInputView
=
{
let
view
=
YHFileRenameInputView
.
inputView
(
defalutText
:
"请输入自定义标签"
,
"请输入
自定义
标签"
,
"请输入自定义标签"
)
let
view
=
YHFileRenameInputView
.
inputView
(
defalutText
:
"请输入自定义标签"
,
"请输入
10字以内的
标签"
,
"请输入自定义标签"
)
return
view
return
view
}()
}()
override
func
viewDidLoad
()
{
override
func
viewDidLoad
()
{
...
...
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