Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VirtualCard-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
APP
VirtualCard-iOS
Commits
536f6b0c
Commit
536f6b0c
authored
May 07, 2020
by
guanghui.shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文案,分享控件
parent
29c1841b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
QGSharePosterViewController.m
.../QGBusinessShare/Controller/QGSharePosterViewController.m
+1
-13
No files found.
VirtualPayment/VirtualPayment/QGClasses/Cashback/Function/QGBusinessShare/Controller/QGSharePosterViewController.m
View file @
536f6b0c
...
...
@@ -347,7 +347,7 @@
default:
break
;
}
QGAppCoreModelClickEvent
*
event
=
[
QGAppCoreModelClickEvent
acmcEventWithPage
:
@"分享好友"
path
:
@"分享
空间
"
name
:
modelName
detail_name
:
nil
];
QGAppCoreModelClickEvent
*
event
=
[
QGAppCoreModelClickEvent
acmcEventWithPage
:
@"分享好友"
path
:
@"分享
控件
"
name
:
modelName
detail_name
:
nil
];
[
QGAnalyticsService
analyticsTrackWithEvent
:
event
];
};
}
...
...
@@ -376,18 +376,6 @@
}
}
/// 图片保存成功后,打开微信
-
(
void
)
openWeChat
{
QGAlertView
*
alert
=
[[
QGAlertView
alloc
]
initWithTitle
:
@"图片已保存至相册"
message
:
@"由于微信朋友圈限制,请手动发布朋友圈"
cancelButtonTitle
:
nil
sureButtonTitle
:
@"立即打开微信分享"
clickBlock
:^
(
NSInteger
index
)
{
BOOL
openResult
=
[[
QGThirdPlatformService
shareInstance
]
openWXApp
];
if
(
!
openResult
)
{
[
QGHUDManager
showHud
:
@"打开微信失败"
];
}
}];
[
alert
showInView
:
nil
];
}
/// 保存图片
-
(
void
)
saveImage
...
...
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