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
e9be5e9b
Commit
e9be5e9b
authored
Jul 12, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享微信小程序title文字修改
parent
810af019
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
YHDocumentToActionTableViewCell.swift
...MyDocuments(我的文书)/V/YHDocumentToActionTableViewCell.swift
+1
-1
YHMyFileMethodTableViewCell.swift
...中心)/MySignature(我的签字)/V/YHMyFileMethodTableViewCell.swift
+1
-1
YHShareManager.swift
galaxy/galaxy/Classes/Tools/Analytics/YHShareManager.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyDocuments(我的文书)/V/YHDocumentToActionTableViewCell.swift
View file @
e9be5e9b
...
@@ -275,7 +275,7 @@ class YHDocumentToActionTableViewCell: UITableViewCell {
...
@@ -275,7 +275,7 @@ class YHDocumentToActionTableViewCell: UITableViewCell {
}
}
@objc
func
shareButtonClick
()
{
@objc
func
shareButtonClick
()
{
YHShareManager
.
shared
.
sendMiniProgram
(
path
:
nimiPath
)
YHShareManager
.
shared
.
sendMiniProgram
(
path
:
nimiPath
,
name
:
dataSource
?
.
writing_document
.
doc_sign
.
doc_type_name
??
""
)
}
}
func
updataButton
()
{
func
updataButton
()
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MySignature(我的签字)/V/YHMyFileMethodTableViewCell.swift
View file @
e9be5e9b
...
@@ -287,7 +287,7 @@ class YHSignatureToActionTableViewCell: UITableViewCell {
...
@@ -287,7 +287,7 @@ class YHSignatureToActionTableViewCell: UITableViewCell {
}
}
@objc
func
shareButtonClick
()
{
@objc
func
shareButtonClick
()
{
YHShareManager
.
shared
.
sendMiniProgram
(
path
:
nimiPath
)
YHShareManager
.
shared
.
sendMiniProgram
(
path
:
nimiPath
,
name
:
dataSource
?
.
doc_type_name
??
""
)
}
}
func
updataButton
()
{
func
updataButton
()
{
...
...
galaxy/galaxy/Classes/Tools/Analytics/YHShareManager.swift
View file @
e9be5e9b
...
@@ -202,7 +202,7 @@ extension YHShareManager {
...
@@ -202,7 +202,7 @@ extension YHShareManager {
}
}
}
}
func
sendMiniProgram
(
path
:
String
)
{
func
sendMiniProgram
(
path
:
String
,
name
:
String
)
{
guard
WXApi
.
isWXAppInstalled
()
else
{
guard
WXApi
.
isWXAppInstalled
()
else
{
YHHUD
.
flash
(
message
:
"拉起微信失败"
)
YHHUD
.
flash
(
message
:
"拉起微信失败"
)
return
return
...
@@ -217,8 +217,8 @@ extension YHShareManager {
...
@@ -217,8 +217,8 @@ extension YHShareManager {
object
.
userName
=
"gh_35ddbd2e68d4"
object
.
userName
=
"gh_35ddbd2e68d4"
object
.
miniProgramType
=
.
preview
object
.
miniProgramType
=
.
preview
message
.
mediaObject
=
object
message
.
mediaObject
=
object
message
.
title
=
"
有文书分享转发给您,需要您帮忙签署,快来看看吧~
"
message
.
title
=
"
您的朋友邀请您点击小程序,协作签署
\(
name
)
"
message
.
description
=
"有文书分享转发给您,需要您帮忙签署,快来看看吧~"
//
message.description = "有文书分享转发给您,需要您帮忙签署,快来看看吧~"
// message.thumbData = nil
// message.thumbData = nil
message
.
setThumbImage
(
iamge
)
message
.
setThumbImage
(
iamge
)
...
...
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