diff --git a/testB.html b/testB.html index 892ebd4..a89032d 100644 --- a/testB.html +++ b/testB.html @@ -156,31 +156,9 @@ } else { $('.iosDown').on('click',function(){ - window.location.href = ''; + window.location.href = 'https://big.bgp.ourpow.com/apk/tmp/2021-04-23-18-57/Debug.apk'; }) } - var params = { - "bindType":getRequest().bindType, - "type":getRequest().type, - "agentCode":getRequest().agentCode, - }; - - ShareTrace.init({ - appkey: "cd3ba48d0699c7fa", // 此值必填 - param: JSON.stringify(params), - success: function() { - console.log("init success...") - }, - error: function(msg) { - console.log(msg) - } - }); - - $('.iosDown').on('click',function(){ - setTimeout(function () { - ShareTrace.download(); - },500) - }) $('.topUp').on('click',function(){ window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web&cidStr=h5_footseengw'; })