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
Apr 09, 2024
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
45e80321
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 @@
}
}
browserRedirect
();
var
params
=
{
"bindType"
:
getRequest
().
bindType
,
"type"
:
getRequest
().
type
,
"agentCode"
:
getRequest
().
agentCode
,
};
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
setTimeout
(
function
()
{
// 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'
}
else
{
window
.
location
.
href
=
'https://big.bgp.ourpow.com/apk/nf/Release-ftsgw.apk'
;
...
...
testB.html
View file @
720f95d4
...
...
@@ -152,22 +152,16 @@
browserRedirect
();
if
(
browserRedirect
()
==
'ios'
)
{
var
params
=
{
icid
:
'iosftsB'
,
agentCode
:
getRequest
().
agentCode
}
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
copyText
(
getRequest
().
agentCode
);
window
.
location
.
href
=
'https://apps.apple.com/us/app/firefly-live-go-live-stream/id1632598421'
;
})
}
else
{
$
(
'.iosDown'
).
on
(
'click'
,
function
()
{
copyText
(
getRequest
().
agentCode
);
// 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'
}
else
{
window
.
location
.
href
=
'https://big.bgp.ourpow.com/apk/nf/Release-ftsgw.apk'
;
...
...
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