Commit 91fd11c0 by dabai

ios ceshi 下载修改

parent 6c6b0abb
Showing with 13 additions and 13 deletions
...@@ -78,17 +78,17 @@ ...@@ -78,17 +78,17 @@
var params = { var params = {
icid:data.icid icid:data.icid
} }
ShareTrace.init({ // ShareTrace.init({
appkey: "cd3ba48d0699c7fa", // 此值必填 // appkey: "cd3ba48d0699c7fa", // 此值必填
param: params, // param: params,
success: function() { // success: function() {
console.log("init success...") // console.log("init success...")
}, // },
error: function(msg) { // error: function(msg) {
console.log(msg) // console.log(msg)
} // }
}); // });
ShareTrace.init("cd3ba48d0699c7fa")
$('.iosDown').on('click',function(){ $('.iosDown').on('click',function(){
download() download()
...@@ -111,10 +111,10 @@ ...@@ -111,10 +111,10 @@
} }
function gtag_report_conversion() { function gtag_report_conversion() {
copyText(data.icid)
setTimeout(function(){ setTimeout(function(){
ShareTrace.download(); ShareTrace.download();
},2000) // copyText(data.icid)
},500)
} }
$('.topUp').on('click',function(){ $('.topUp').on('click',function(){
window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web'+'&gofrom=web&cidStr=h5_footseengw'; window.location.href = 'https://www.footseen.com/footseen/phonepay/applepay.html?lang='+sessionStorage.lang+'&gofrom=web'+'&gofrom=web&cidStr=h5_footseengw';
......
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