Commit 720f95d4 by agan

xg

parent 45e80321
Showing with 2 additions and 16 deletions
......@@ -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';
......
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment