Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8a5c942a
authored
3 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios粘贴板
parent
41ccf394
master
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
20 deletions
b/downloadIos.html
iosnew.html
b/downloadIos.html
View file @
8a5c942a
...
...
@@ -83,10 +83,20 @@
});
console
.
log
(
params
);
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
clickDownload
();
copyText
(
iosData
);
// window.location.href = 'https://apps.apple.com/us/app/firefly-live-live-video-chat/id1473568058'
clickDownload
(
function
(
data
){
var
mData
=
''
;
if
(
!
data
){
mData
=
iosData
;
}
else
{
mData
=
data
.
iOSChannel
}
if
(
fromWhere
){
mData
=
'ftsBVIP'
;
}
copyText
(
mData
);
window
.
location
.
href
=
'http://www.app9.pw/app/1609398203'
;
});
// window.location.href = 'https://apps.apple.com/us/app/firefly-live-live-video-chat/id1473568058'
})
function
gtag_report_conversion
()
{
...
...
This diff is collapsed.
Click to expand it.
iosnew.html
View file @
8a5c942a
...
...
@@ -78,25 +78,19 @@
});
console
.
log
(
params
);
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
copyText
(
iosData
);
clickDownload
();
// window.location.href = 'https://apps.apple.com/us/app/firefly-live-live-video-chat/id1473568058'
clickDownload
(
function
(
data
){
var
mData
=
''
;
if
(
!
data
){
mData
=
iosData
;
}
else
{
mData
=
data
.
iOSChannel
}
copyText
(
mData
);
window
.
location
.
href
=
'http://www.app9.pw/app/1609398203'
;
});
// window.location.href = 'https://apps.apple.com/us/app/firefly-live-live-video-chat/id1473568058'
// ga('send', 'event', {
// eventCategory: 'ios',
// eventAction: 'click',
// eventLabel: 'ios'
// });
// ga('clientTracker.send', 'event', {
// eventCategory: 'ios',
// eventAction: 'click',
// eventLabel: 'ios'
// });
// gtag('event', 'conversion', {
// 'send_to': 'AW-678006312/kqI0CJCE-7gBEKicpsMC',
// 'event_callback': gtag_report_conversion()
// });
})
function
gtag_report_conversion
()
{
setTimeout
(
function
()
{
...
...
This diff is collapsed.
Click to expand it.
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