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 2ddb7b82 authored 2 years ago by agan's avatar agan
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

修改

parent 8e94da75
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 3 deletions
  • download/download.html
  • js/buriedPoint.js
  • main.html
download/download.html
View file @ 2ddb7b82
......@@ -11,7 +11,7 @@
gtag('config', 'G-76NDGHTQCP');
</script>
<script src="../js/buriedPoint.js?v=202206161602"></script>
<script src="../js/buriedPoint.js?v=202206161604"></script>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
......
This diff is collapsed. Click to expand it.
js/buriedPoint.js
View file @ 2ddb7b82
......@@ -11,7 +11,8 @@ function url_get_params() {
}
return theRequest;
}
var icid = url_get_params().mrefer;
// var icid = url_get_params().mrefer;
var icid = localStorage.mrefer;
if (!icid) {
icid = window.location.href;
} else {
......
This diff is collapsed. Click to expand it.
main.html
View file @ 2ddb7b82
......@@ -13,13 +13,14 @@
gtag('config', 'G-76NDGHTQCP');
</script>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="js/buriedPoint.js?v=202206161602"></script>
<script src="js/buriedPoint.js?v=202206161604"></script>
<script>
//获取icid
var _url = "https://webserver.yabolive.net";
var hrf = window.location.href;
if (hrf.indexOf('/d/') > -1 || hrf.indexOf('/D/') > -1) {
localStorage.setItem('from', 'tg');
localStorage.setItem('mrefer', url_get_params().mrefer);
viewPage(checkIp);
} else if (hrf.indexOf('vip') > -1) {
localStorage.setItem('from', 'vip');
......
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