...
|
...
|
@@ -25,16 +25,18 @@ var tracking = function() { |
|
|
UDID = window.queryString.udid || '',
|
|
|
SID = window.queryString.session_id || '';
|
|
|
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
op: 'YB_DRAW_L',
|
|
|
param: JSON.stringify({
|
|
|
C_ID: C_ID,
|
|
|
UDID: UDID,
|
|
|
SID: SID,
|
|
|
}),
|
|
|
}, true);
|
|
|
}
|
|
|
setTimeout(function() {
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
op: 'YB_DRAW_L',
|
|
|
param: JSON.stringify({
|
|
|
C_ID: C_ID,
|
|
|
UDID: UDID,
|
|
|
SID: SID,
|
|
|
}),
|
|
|
}, true);
|
|
|
}
|
|
|
}, 3000);
|
|
|
|
|
|
// 点击立即抽奖
|
|
|
$('.game-boot').on('click', function() {
|
...
|
...
|
|