...
|
...
|
@@ -93,7 +93,7 @@ const yasReport = function (eventId, data = {}, app) { |
|
|
let ak = 'yoholuck_mp';//
|
|
|
let net = '0';
|
|
|
let ts = new Date().getTime() + '';
|
|
|
let uid = app && app.globalData && app.globalData.userInfo && app.globalData.userInfo.uid ? app.globalData.userInfo.uid : '';
|
|
|
let uid = app && app.globalData && app.globalData.userInfo && app.globalData.userInfo.uid ? app.globalData.userInfo.uid : (getYHStorageSync('openID', 'analytics') || '');
|
|
|
let udid = app && app.globalData && app.globalData.udid ? app.globalData.udid : '';
|
|
|
let sid = app && app.globalData && app.globalData.sid ? app.globalData.sid : '';
|
|
|
let cid = app && app.globalData && app.globalData.cid ? app.globalData.cid : '';
|
...
|
...
|
|