Commit 91fd11c0 by dabai

ios ceshi 下载修改

parent 6c6b0abb
Showing with 13 additions and 13 deletions
......@@ -78,17 +78,17 @@
var params = {
icid:data.icid
}
ShareTrace.init({
appkey: "cd3ba48d0699c7fa", // 此值必填
param: params,
success: function() {
console.log("init success...")
},
error: function(msg) {
console.log(msg)
}
});
// ShareTrace.init({
// appkey: "cd3ba48d0699c7fa", // 此值必填
// param: params,
// success: function() {
// console.log("init success...")
// },
// error: function(msg) {
// console.log(msg)
// }
// });
ShareTrace.init("cd3ba48d0699c7fa")
$('.iosDown').on('click',function(){
download()
......@@ -111,10 +111,10 @@
}
function gtag_report_conversion() {
copyText(data.icid)
setTimeout(function(){
ShareTrace.download();
},2000)
// copyText(data.icid)
},500)
}
$('.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';
......
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