...
|
...
|
@@ -126,19 +126,6 @@ optHammer.on('tap', function(e) { |
|
|
// $reaMask.css('visibility', 'visible');
|
|
|
} else if ($cur.hasClass('btn-refund')) {
|
|
|
// $refundReaMask.css('visibility', 'visible');
|
|
|
|
|
|
/**
|
|
|
* 埋点
|
|
|
*/
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
op: 'YB_ORDER_REFUND_C',
|
|
|
param: JSON.stringify({
|
|
|
C_ID: window._ChannelVary[window.cookie('_Channel')],
|
|
|
ORD_NUM: orderId
|
|
|
})
|
|
|
}, true);
|
|
|
}
|
|
|
} else if ($cur.hasClass('btn-rebuy')) {
|
|
|
$.ajax({
|
|
|
type: 'GET',
|
...
|
...
|
@@ -374,6 +361,17 @@ $sureRefund.on('click', function() { |
|
|
}, function() {
|
|
|
dialog.hideDialog();
|
|
|
$refundReaMask.css('visibility', 'visible');
|
|
|
|
|
|
// 埋点
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
op: 'YB_ORDER_REFUND_C',
|
|
|
param: JSON.stringify({
|
|
|
C_ID: window._ChannelVary[window.cookie('_Channel')],
|
|
|
ORD_NUM: orderId
|
|
|
})
|
|
|
}, true);
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
|
...
|
...
|
|