Authored by 郭成尧

yas-point

@@ -333,10 +333,9 @@ function submitOrder(times) { @@ -333,10 +333,9 @@ function submitOrder(times) {
333 $('.order-good').each(function() { 333 $('.order-good').each(function() {
334 PRD_SKN.push($(this).data('id')); 334 PRD_SKN.push($(this).data('id'));
335 PRD_SKU.push($(this).data('skn')); 335 PRD_SKU.push($(this).data('skn'));
336 - }) 336 + });
337 337
338 /* tar add 161116 */ 338 /* tar add 161116 */
339 - setTimeout(function() {  
340 if (window._yas && window._yas.sendCustomInfo) { 339 if (window._yas && window._yas.sendCustomInfo) {
341 window._yas.sendCustomInfo({ 340 window._yas.sendCustomInfo({
342 op: 'YB_SC_TOPAY_CLICK', 341 op: 'YB_SC_TOPAY_CLICK',
@@ -351,7 +350,6 @@ function submitOrder(times) { @@ -351,7 +350,6 @@ function submitOrder(times) {
351 }) 350 })
352 }, true); 351 }, true);
353 } 352 }
354 - }, 300)  
355 353
356 window.setCookie('order-info', ''); 354 window.setCookie('order-info', '');
357 window.location.href = url; 355 window.location.href = url;