...
|
...
|
@@ -777,8 +777,7 @@ $('.to-play input.submit').click(function() { |
|
|
redEnvelopes = $('.use-envelopes input:checked').attr('data-use'),
|
|
|
$juangroupInput = $('.play-juan.is-select input[name="juangroup"]:checked'),
|
|
|
codeVal = $juangroupInput.val(),
|
|
|
juanCode = !!codeVal ? codeVal : $juangroupInput.closest('li').find('#juancode').val(),
|
|
|
unionCookie = window.cookie('_QYH_UNION') || '';
|
|
|
juanCode = !!codeVal ? codeVal : $juangroupInput.closest('li').find('#juancode').val();
|
|
|
|
|
|
if ($invoiceCheck.hasClass('active')) {
|
|
|
invoiceType = $('.invoice-upload-type').html();
|
...
|
...
|
@@ -827,7 +826,7 @@ $('.to-play input.submit').click(function() { |
|
|
productNum += parseInt($(this).html());
|
|
|
});
|
|
|
|
|
|
window.addPoint('YB_SC_TOPAY_CLICK', {ORDER_CODE: d.data.order_code, PRD_NUM: productNum, ORDER_AMOUNT: d.data.order_amount, UNIONCOOKIE: unionCookie});
|
|
|
window.addPoint('YB_SC_TOPAY_CLICK', {ORDER_CODE: d.data.order_code, PRD_NUM: productNum, ORDER_AMOUNT: d.data.order_amount, UNIONCOOKIE: d.data.unionKey});
|
|
|
window.location.href = d.data.payUrl;
|
|
|
} else {
|
|
|
new dialog.Alert(d.message).show();
|
...
|
...
|
|