新增短链页面
This commit is contained in:
29
view/peko/shortLink/index.html
Normal file
29
view/peko/shortLink/index.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Piko</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<script src="../common/js/common2.js"></script>
|
||||
<script src="../common/js/jquery-3.2.1.min.js"></script>
|
||||
<script>
|
||||
$(function () {
|
||||
var browser = checkVersion();
|
||||
if (browser.ios) {
|
||||
window.location.replace('https://app.adjust.com/14c9ggtx')
|
||||
} else if (browser.android) {
|
||||
window.location.replace('https://app.adjust.com/14ayv1j8')
|
||||
} else {
|
||||
window.location.replace('http://www.pekolive.com/')
|
||||
}
|
||||
})
|
||||
</script>
|
29
view/peko/shortLink/index2.html
Normal file
29
view/peko/shortLink/index2.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Piko</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<script src="../common/js/common2.js"></script>
|
||||
<script src="../common/js/jquery-3.2.1.min.js"></script>
|
||||
<script>
|
||||
$(function () {
|
||||
var browser = checkVersion();
|
||||
if (browser.ios) {
|
||||
window.location.replace('https://app.adjust.com/14qv7xdh')
|
||||
} else if (browser.android) {
|
||||
window.location.replace('https://app.adjust.com/14qv7xdh')
|
||||
} else {
|
||||
window.location.replace('http://www.pekolive.com/')
|
||||
}
|
||||
})
|
||||
</script>
|
Reference in New Issue
Block a user