Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
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 6bfa7ce1 authored 4 years ago by liubai's avatar liubai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

footseen 安卓下载方式修改

parent 80b45e1e
Show whitespace changes
Inline Side-by-side
Showing with 34 additions and 38 deletions
  • index.html
index.html
View file @ 6bfa7ce1
...@@ -148,49 +148,45 @@ ga('clientTracker.send', 'pageview'); ...@@ -148,49 +148,45 @@ ga('clientTracker.send', 'pageview');
eventAction: 'click', eventAction: 'click',
eventLabel: 'andorid' eventLabel: 'andorid'
}); });
// if(location.pathname == '/'){ if(location.pathname == '/'){
// var data = {'icid':'ftsgp'}; var data = {'icid':'ftsgp'};
// layer.open({ layer.open({
// type: 1, type: 1,
// title: false, title: false,
// shadeClose: true, shadeClose: true,
// area: ["7.2rem", "6.98rem"], area: ["7.2rem", "6.98rem"],
// content: $(".layer-box"), content: $(".layer-box"),
// }) })
// $(".googleDown").on("click", function () { $(".googleDown").on("click", function () {
// copyText('footseen#ftsgp'); copyText('footseen#ftsgp');
// new OpenInstall({ new OpenInstall({
// appKey: "dzxj4c", appKey: "dzxj4c",
// preferWakeup: true, preferWakeup: true,
// mask: function () { mask: function () {
// return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>' return '<div id="openinstall_shadow" class="shadow-img"><img src="images/share-img.png" alt=""></div>'
// }, },
// onready: function () { onready: function () {
// var m = this, button = document.getElementById("iosDown"); var m = this, button = document.getElementById("iosDown");
// m.schemeWakeup(); m.schemeWakeup();
// setTimeout(function(){ setTimeout(function(){
// m.wakeupOrInstall(); m.wakeupOrInstall();
// return false; return false;
// },1000) },1000)
// } }
// }, data); }, data);
//
// }) })
// $(".apkDown").on("click", function () { $(".apkDown").on("click", function () {
// window.location.href="apk"; window.location.href="apk";
// }) })
// } else { } else {
//
// gtag('event', 'conversion', {
// 'send_to': 'AW-678006312/kqI0CJCE-7gBEKicpsMC',
// 'event_callback': gtag_report_conversion('apk')
// });
// }
gtag('event', 'conversion', { gtag('event', 'conversion', {
'send_to': 'AW-678006312/kqI0CJCE-7gBEKicpsMC', 'send_to': 'AW-678006312/kqI0CJCE-7gBEKicpsMC',
'event_callback': gtag_report_conversion('apk') 'event_callback': gtag_report_conversion('apk')
}); });
} }
}
}) })
function gtag_report_conversion(url) { function gtag_report_conversion(url) {
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment