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
0f1324e2
authored
5 years ago
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footseen 直接下载
parent
0d623e6e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
14 deletions
download.html
download.html
View file @
0f1324e2
...
...
@@ -36,6 +36,7 @@
var
iosData
=
''
;
var
andoridData
=
''
;
if
(
params
!=
undefined
&&
params
.
length
>
0
){
//定义设备号
if
(
params
.
substring
(
0
,
3
)
==
'ios'
){
iosData
=
params
;
...
...
@@ -44,7 +45,12 @@
iosData
=
'ios'
+
params
;
andoridData
=
params
;
}
console
.
log
(
iosData
,
andoridData
);
}
else
{
iosData
=
'iosfts'
;
andoridData
=
'fts'
;
}
console
.
log
(
iosData
,
andoridData
)
var
paramsData
=
''
;
getNavigator
();
function
getNavigator
()
{
...
...
@@ -70,18 +76,18 @@
var
data
=
{
icid
:
paramsData
}
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
(
"down-btn"
);
m
.
schemeWakeup
();
m
.
wakeupOrInstall
();
return
false
;
}
},
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("down-btn");
//
m.schemeWakeup();
//
m.wakeupOrInstall();
//
return false;
//
}
//
}, data);
</script>
</html>
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