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
97634abd
authored
4 years ago
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footseen
parent
95f9acc9
master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
23 deletions
footseen/Nesting/moving/index.html
footseen/Nesting/moving/index.html
View file @
97634abd
...
...
@@ -241,7 +241,30 @@
return
;
}
if
(
vest
==
50
||
vest
==
60
){
if
(
vest
==
41
)
{
if
(
/iphone|ipad|ipod/
.
test
(
ua2
)){
var
params
=
{
icid
:
'iosftsB'
,
}
ShareTrace
.
init
({
appkey
:
"93adc025c1e699fe"
,
// 此值必填
param
:
JSON
.
stringify
(
params
),
success
:
function
()
{
console
.
log
(
"init success..."
)
},
error
:
function
(
msg
)
{
console
.
log
(
msg
)
}
});
setTimeout
(
function
(){
ShareTrace
.
download
();
},
500
)
}
else
{
window
.
location
.
href
=
'https://sakura.show/dlpk'
;
}
}
else
{
//设备为ios
if
(
/iphone|ipad|ipod/
.
test
(
ua2
)){
var
params
=
{
...
...
@@ -281,29 +304,7 @@
}
}
}
else
if
(
vest
==
41
)
{
if
(
/iphone|ipad|ipod/
.
test
(
ua2
)){
var
params
=
{
icid
:
'iosftsB'
,
}
ShareTrace
.
init
({
appkey
:
"93adc025c1e699fe"
,
// 此值必填
param
:
JSON
.
stringify
(
params
),
success
:
function
()
{
console
.
log
(
"init success..."
)
},
error
:
function
(
msg
)
{
console
.
log
(
msg
)
}
});
setTimeout
(
function
(){
ShareTrace
.
download
();
},
500
)
}
else
{
window
.
location
.
href
=
'https://sakura.show/dlpk'
;
}
}
})
...
...
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