Commit 5b33a30a by agan

提交

parent 19c8a214
Showing with 10 additions and 6 deletions
......@@ -150,9 +150,10 @@
if (browserRedirect() == 'ios') {
var params = {
icid: 'iosftsB'
icid: 'iosftsB',
agentCode: getRequest().agentCode
}
ShareTrace.init({
appkey: "93adc025c1e699fe", // 此值必填
param: JSON.stringify(params),
......@@ -171,9 +172,10 @@
} else {
var params = {
icid: 'ftsB'
icid: 'ftsB',
agentCode: getRequest().agentCode
}
ShareTrace.init({
appkey: "93adc025c1e699fe", // 此值必填
param: JSON.stringify(params),
......
......@@ -150,7 +150,8 @@
if (browserRedirect() == 'ios') {
var params = {
icid: 'iosftsB'
icid: 'iosftsB',
agentCode: getRequest().agentCode
}
ShareTrace.init({
appkey: "93adc025c1e699fe", // 此值必填
......@@ -169,7 +170,8 @@
} else {
var params = {
icid: 'ftsB'
icid: 'ftsB',
agentCode: getRequest().agentCode
}
ShareTrace.init({
......
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