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
cfbb8cdc
Commit
cfbb8cdc
authored
Feb 20, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消除警告
parent
8a9b7841
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
36 deletions
+35
-36
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+32
-33
YHOtherTextViewItemView.swift
...程)/OtherInformation(其他信息)/V/YHOtherTextViewItemView.swift
+3
-3
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
cfbb8cdc
This diff is collapsed.
Click to expand it.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/OtherInformation(其他信息)/V/YHOtherTextViewItemView.swift
View file @
cfbb8cdc
...
...
@@ -135,7 +135,7 @@ private extension YHOtherTextViewItemView {
make
.
left
.
equalTo
(
16
)
make
.
right
.
equalTo
(
-
12
)
}
tipsLabel
.
text
=
kTipsString
//
tipsLabel.text = kTipsString
...
...
@@ -163,9 +163,9 @@ extension YHOtherTextViewItemView {
func
updateUI
(
title
:
String
,
value
:
String
,
type
:
YHOtherTextViewItemType
=
.
unknowAwards
)
{
titleLabel
.
text
=
title
myTextView
.
text
=
value
self
.
itemType
=
type
itemType
=
type
if
titl
e
.
count
>
0
{
if
valu
e
.
count
>
0
{
tipsLabel
.
isHidden
=
true
}
else
{
tipsLabel
.
isHidden
=
false
...
...
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