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
Feb 10, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios粘贴板
parent
41ccf394
Hide 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 @@
...
@@ -83,10 +83,20 @@
});
});
console
.
log
(
params
);
console
.
log
(
params
);
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
clickDownload
();
clickDownload
(
function
(
data
){
copyText
(
iosData
);
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'
// window.location.href = 'https://apps.apple.com/us/app/firefly-live-live-video-chat/id1473568058'
window
.
location
.
href
=
'http://www.app9.pw/app/1609398203'
;
})
})
function
gtag_report_conversion
()
{
function
gtag_report_conversion
()
{
...
...
iosnew.html
View file @
8a5c942a
...
@@ -78,25 +78,19 @@
...
@@ -78,25 +78,19 @@
});
});
console
.
log
(
params
);
console
.
log
(
params
);
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
$
(
".iosDown"
).
on
(
"click"
,
function
()
{
copyText
(
iosData
);
clickDownload
(
function
(
data
){
clickDownload
();
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'
// window.location.href = 'https://apps.apple.com/us/app/firefly-live-live-video-chat/id1473568058'
window
.
location
.
href
=
'http://www.app9.pw/app/1609398203'
;
// 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
()
{
function
gtag_report_conversion
()
{
setTimeout
(
function
()
{
setTimeout
(
function
()
{
...
...
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