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
bcaa3d19
authored
Oct 15, 2020
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footseen 安卓
parent
4c012508
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
17 deletions
test.html
test.html
View file @
bcaa3d19
...
...
@@ -134,23 +134,21 @@
}
}
else
{
copyText
(
JSON
.
stringify
(
data
));
setTimeout
(
function
(){
new
OpenInstall
({
appKey
:
"tsy5ov"
,
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
();
return
false
;
},
1000
)
}
},
data
);
},
500
)
// setTimeout(function(){
// new OpenInstall({
// appKey: "tsy5ov",
// 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();
// m.wakeupOrInstall();
// return false;
// }
// }, data);
// },500)
}
})
$
(
'.topUp'
).
on
(
'click'
,
function
(){
...
...
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