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
547b816a
authored
4 years ago
by
liubai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footseen安卓下载修改
parent
8e0251c4
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
26 deletions
download.html
download.html
View file @
547b816a
...
@@ -88,38 +88,59 @@
...
@@ -88,38 +88,59 @@
}
}
console
.
log
(
iosData
,
andoridData
)
console
.
log
(
iosData
,
andoridData
)
var
paramsData
=
''
;
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
)){
if
(
/iphone|ipad|ipod/
.
test
(
ua
)){
paramsData
=
iosData
;
var
data
=
{
icid
:
iosData
}
new
OpenInstall
({
appKey
:
"dzxj4c"
,
preferWakeup
:
true
,
mask
:
function
()
{
return
'
<
div
id
=
"openinstall_shadow"
class
=
"shadow-img"
><
img
src
=
"images/share-img.png"
alt
=
""
><
/div>
'
},
onready
:
function
()
{
var
m
=
this
,
button
=
document
.
getElementById
(
"iosDown"
);
m
.
schemeWakeup
();
setTimeout
(
function
()
{
m
.
wakeupOrInstall
();
},
2000
)
button
.
onclick
=
function
()
{
m
.
wakeupOrInstall
();
return
false
;
}
return
false
;
}
},
data
);
}
else
{
}
else
{
paramsData
=
andoridData
setTimeout
(
function
(){
toDown
();
$
(
'.iosDown'
).
on
(
'click'
,
function
(){
toDown
();
})
},
500
)
}
}
var
data
=
{
function
toDown
(){
icid
:
paramsData
var
obj
=
{
'lala01'
:
'https://zhibocdn.yabolive.net/apk/nf/lala01.apk'
,
'lala02'
:
'https://zhibocdn.yabolive.net/apk/nf/lala02.apk'
,
'lala03'
:
'https://zhibocdn.yabolive.net/apk/nf/lala03.apk'
,
'lala04'
:
'https://zhibocdn.yabolive.net/apk/nf/lala04.apk'
,
'lala05'
:
'https://zhibocdn.yabolive.net/apk/nf/lala05.apk'
,
// 'lala06':'https://zhibocdn.yabolive.net/apk/nf/lala06.apk',
// 'lala07':'https://zhibocdn.yabolive.net/apk/nf/lala07.apk',
// 'lala08':'https://zhibocdn.yabolive.net/apk/nf/lala08.apk',
// 'lala09':'https://zhibocdn.yabolive.net/apk/nf/lala09.apk',
// 'lala10':'https://zhibocdn.yabolive.net/apk/nf/lala10.apk',
}
if
(
obj
[
andoridData
]
!=
undefined
){
window
.
location
.
href
=
obj
[
andoridData
]
}
else
{
window
.
location
.
href
=
'https://www.footseen.com/apk'
;
}
}
}
console
.
log
(
data
);
new
OpenInstall
({
appKey
:
"dzxj4c"
,
preferWakeup
:
true
,
mask
:
function
()
{
return
'
<
div
id
=
"openinstall_shadow"
class
=
"shadow-img"
><
img
src
=
"images/share-img.png"
alt
=
""
><
/div>
'
},
onready
:
function
()
{
var
m
=
this
,
button
=
document
.
getElementById
(
"iosDown"
);
m
.
schemeWakeup
();
setTimeout
(
function
()
{
m
.
wakeupOrInstall
();
},
2000
)
button
.
onclick
=
function
()
{
m
.
wakeupOrInstall
();
return
false
;
}
return
false
;
}
},
data
);
$
(
'.topUp'
).
on
(
'click'
,
function
(){
$
(
'.topUp'
).
on
(
'click'
,
function
(){
window
.
location
.
href
=
'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='
+
sessionStorage
.
lang
+
'&gofrom=web'
+
'&gofrom=web&cidStr=h5_footseengw'
;
window
.
location
.
href
=
'http://www.yabolive.tv/footseen/phonepay/applepay.html?lang='
+
sessionStorage
.
lang
+
'&gofrom=web'
+
'&gofrom=web&cidStr=h5_footseengw'
;
})
})
...
...
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