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
720f95d4
authored
a year ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
45e80321
master
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
16 deletions
test.html
testB.html
test.html
View file @
720f95d4
...
@@ -155,18 +155,10 @@
...
@@ -155,18 +155,10 @@
}
}
}
}
browserRedirect
();
browserRedirect
();
var
params
=
{
"bindType"
:
getRequest
().
bindType
,
"type"
:
getRequest
().
type
,
"agentCode"
:
getRequest
().
agentCode
,
};
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
setTimeout
(
function
()
{
setTimeout
(
function
()
{
// window.location.href = 'https://apps.apple.com/us/app/firefly-live-go-live-stream/id1632598421';
// window.location.href = 'https://apps.apple.com/us/app/firefly-live-go-live-stream/id1632598421';
if
(
$firefly
.
urlData
.
appname
==
'com.mimosa.live.android'
)
{
if
(
getRequest
()
.
appname
==
'com.mimosa.live.android'
)
{
window
.
location
.
href
=
'https://play.google.com/store/apps/details?id=com.mimosa.live.android'
window
.
location
.
href
=
'https://play.google.com/store/apps/details?id=com.mimosa.live.android'
}
else
{
}
else
{
window
.
location
.
href
=
'https://big.bgp.ourpow.com/apk/nf/Release-ftsgw.apk'
;
window
.
location
.
href
=
'https://big.bgp.ourpow.com/apk/nf/Release-ftsgw.apk'
;
...
...
This diff is collapsed.
Click to expand it.
testB.html
View file @
720f95d4
...
@@ -152,22 +152,16 @@
...
@@ -152,22 +152,16 @@
browserRedirect
();
browserRedirect
();
if
(
browserRedirect
()
==
'ios'
)
{
if
(
browserRedirect
()
==
'ios'
)
{
var
params
=
{
icid
:
'iosftsB'
,
agentCode
:
getRequest
().
agentCode
}
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
copyText
(
getRequest
().
agentCode
);
copyText
(
getRequest
().
agentCode
);
window
.
location
.
href
=
'https://apps.apple.com/us/app/firefly-live-go-live-stream/id1632598421'
;
window
.
location
.
href
=
'https://apps.apple.com/us/app/firefly-live-go-live-stream/id1632598421'
;
})
})
}
else
{
}
else
{
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
copyText
(
getRequest
().
agentCode
);
copyText
(
getRequest
().
agentCode
);
// window.location.href = 'https://big.bgp.ourpow.com/apk/mf/app-debug-3.apk';
// window.location.href = 'https://big.bgp.ourpow.com/apk/mf/app-debug-3.apk';
if
(
$firefly
.
urlData
.
appname
==
'com.mimosa.live.android'
)
{
if
(
getRequest
()
.
appname
==
'com.mimosa.live.android'
)
{
window
.
location
.
href
=
'https://play.google.com/store/apps/details?id=com.mimosa.live.android'
window
.
location
.
href
=
'https://play.google.com/store/apps/details?id=com.mimosa.live.android'
}
else
{
}
else
{
window
.
location
.
href
=
'https://big.bgp.ourpow.com/apk/nf/Release-ftsgw.apk'
;
window
.
location
.
href
=
'https://big.bgp.ourpow.com/apk/nf/Release-ftsgw.apk'
;
...
...
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