|
@@ -126,19 +126,6 @@ optHammer.on('tap', function(e) { |
|
@@ -126,19 +126,6 @@ optHammer.on('tap', function(e) { |
126
|
// $reaMask.css('visibility', 'visible');
|
126
|
// $reaMask.css('visibility', 'visible');
|
127
|
} else if ($cur.hasClass('btn-refund')) {
|
127
|
} else if ($cur.hasClass('btn-refund')) {
|
128
|
// $refundReaMask.css('visibility', 'visible');
|
128
|
// $refundReaMask.css('visibility', 'visible');
|
129
|
-
|
|
|
130
|
- /**
|
|
|
131
|
- * 埋点
|
|
|
132
|
- */
|
|
|
133
|
- if (window._yas && window._yas.sendCustomInfo) {
|
|
|
134
|
- window._yas.sendCustomInfo({
|
|
|
135
|
- op: 'YB_ORDER_REFUND_C',
|
|
|
136
|
- param: JSON.stringify({
|
|
|
137
|
- C_ID: window._ChannelVary[window.cookie('_Channel')],
|
|
|
138
|
- ORD_NUM: orderId
|
|
|
139
|
- })
|
|
|
140
|
- }, true);
|
|
|
141
|
- }
|
|
|
142
|
} else if ($cur.hasClass('btn-rebuy')) {
|
129
|
} else if ($cur.hasClass('btn-rebuy')) {
|
143
|
$.ajax({
|
130
|
$.ajax({
|
144
|
type: 'GET',
|
131
|
type: 'GET',
|
|
@@ -374,6 +361,17 @@ $sureRefund.on('click', function() { |
|
@@ -374,6 +361,17 @@ $sureRefund.on('click', function() { |
374
|
}, function() {
|
361
|
}, function() {
|
375
|
dialog.hideDialog();
|
362
|
dialog.hideDialog();
|
376
|
$refundReaMask.css('visibility', 'visible');
|
363
|
$refundReaMask.css('visibility', 'visible');
|
|
|
364
|
+
|
|
|
365
|
+ // 埋点
|
|
|
366
|
+ if (window._yas && window._yas.sendCustomInfo) {
|
|
|
367
|
+ window._yas.sendCustomInfo({
|
|
|
368
|
+ op: 'YB_ORDER_REFUND_C',
|
|
|
369
|
+ param: JSON.stringify({
|
|
|
370
|
+ C_ID: window._ChannelVary[window.cookie('_Channel')],
|
|
|
371
|
+ ORD_NUM: orderId
|
|
|
372
|
+ })
|
|
|
373
|
+ }, true);
|
|
|
374
|
+ }
|
377
|
});
|
375
|
});
|
378
|
});
|
376
|
});
|
379
|
|
377
|
|