Commit 19c8a214 by agan

修改下载地址

parent 3229e453
Showing with 28 additions and 0 deletions
...@@ -170,6 +170,20 @@ ...@@ -170,6 +170,20 @@
}) })
} else { } else {
var params = {
icid: 'ftsB'
}
ShareTrace.init({
appkey: "93adc025c1e699fe", // 此值必填
param: JSON.stringify(params),
success: function () {
console.log('成功')
},
error: function (msg) {
console.log('失败')
}
});
$('.iosDown').on('click', function () { $('.iosDown').on('click', function () {
copyText(getRequest().agentCode); copyText(getRequest().agentCode);
ShareTrace.download(); ShareTrace.download();
......
...@@ -168,6 +168,20 @@ ...@@ -168,6 +168,20 @@
}) })
} else { } else {
var params = {
icid: 'ftsB'
}
ShareTrace.init({
appkey: "93adc025c1e699fe", // 此值必填
param: JSON.stringify(params),
success: function () {
console.log('成功')
},
error: function (msg) {
console.log('失败')
}
});
$('.iosDown').on('click', function () { $('.iosDown').on('click', function () {
copyText(getRequest().agentCode); copyText(getRequest().agentCode);
ShareTrace.download(); ShareTrace.download();
......
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