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