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
a5f83945
Commit
a5f83945
authored
Jun 24, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小程序体验版联调
parent
3025c2f2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
YHDocumentToActionTableViewCell.swift
...MyDocuments(我的文书)/V/YHDocumentToActionTableViewCell.swift
+4
-0
YHMyFileMethodTableViewCell.swift
...中心)/MySignature(我的签字)/V/YHMyFileMethodTableViewCell.swift
+4
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHDocumentToActionTableViewCell.swift
View file @
a5f83945
...
...
@@ -104,6 +104,7 @@ class YHDocumentToActionTableViewCell: UITableViewCell {
let
button
=
UIButton
(
type
:
.
custom
)
button
.
setBackgroundImage
(
UIImage
(
named
:
"share_mini_program"
),
for
:
.
normal
)
button
.
addTarget
(
self
,
action
:
#selector(
shareButtonClick
)
,
for
:
.
touchUpInside
)
button
.
isHidden
=
true
return
button
}()
centerView
.
addSubview
(
shareButton
)
...
...
@@ -250,6 +251,9 @@ class YHDocumentToActionTableViewCell: UITableViewCell {
}
fileImageView
.
image
=
UIImage
(
named
:
iconImgName
)
fileNameLabel
.
text
=
dataSource
.
writing_document
.
doc_sign
.
doc_type_name
if
dataSource
.
writing_document
.
doc_sign
.
doc_type
==
7
||
dataSource
.
writing_document
.
doc_sign
.
doc_type
==
8
{
shareButton
.
isHidden
=
false
}
}
@objc
func
editButtonClick
()
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MySignature(我的签字)/V/YHMyFileMethodTableViewCell.swift
View file @
a5f83945
...
...
@@ -116,6 +116,7 @@ class YHSignatureToActionTableViewCell: UITableViewCell {
let
button
=
UIButton
(
type
:
.
custom
)
button
.
setBackgroundImage
(
UIImage
(
named
:
"share_mini_program"
),
for
:
.
normal
)
button
.
addTarget
(
self
,
action
:
#selector(
shareButtonClick
)
,
for
:
.
touchUpInside
)
button
.
isHidden
=
true
return
button
}()
centerView
.
addSubview
(
shareButton
)
...
...
@@ -262,6 +263,9 @@ class YHSignatureToActionTableViewCell: UITableViewCell {
}
fileImageView
.
image
=
UIImage
(
named
:
iconImgName
)
fileNameLabel
.
text
=
dataSource
.
doc_type_name
if
dataSource
.
doc_type
==
7
||
dataSource
.
doc_type
==
8
{
shareButton
.
isHidden
=
false
}
}
@objc
func
editButtonClick
()
{
...
...
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