Commit 94790560 authored by Wangchao-sxu's avatar Wangchao-sxu

modified

parent bc7f7183
...@@ -169,7 +169,7 @@ export default { ...@@ -169,7 +169,7 @@ export default {
API.API_h5Logs({ API.API_h5Logs({
outTradeNo: orderId, outTradeNo: orderId,
link: link, link: link,
clickId: h5LogsObj.clickid, clickId: h5LogsObj.source == 'kuaishou' ? h5LogsObj.callback : h5LogsObj.clickid,
source: h5LogsObj.source, source: h5LogsObj.source,
pkg: h5LogsObj.pkg, pkg: h5LogsObj.pkg,
}).then((res) => { }).then((res) => {
......
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 to comment