Authored by 郭成尧

Merge branch 'release/5.3' into gray

... ... @@ -333,10 +333,9 @@ function submitOrder(times) {
$('.order-good').each(function() {
PRD_SKN.push($(this).data('id'));
PRD_SKU.push($(this).data('skn'));
})
});
/* tar add 161116 */
setTimeout(function() {
if (window._yas && window._yas.sendCustomInfo) {
window._yas.sendCustomInfo({
op: 'YB_SC_TOPAY_CLICK',
... ... @@ -351,7 +350,6 @@ function submitOrder(times) {
})
}, true);
}
}, 300)
window.setCookie('order-info', '');
window.location.href = url;
... ...