...
|
...
|
@@ -132,70 +132,15 @@ |
|
|
{{> order/order-btns}}
|
|
|
</div>
|
|
|
|
|
|
<div class="reason-mask">
|
|
|
<div class="reason-box" >
|
|
|
<div class="box-head"><span class="box-cmp">完成</span></div>
|
|
|
<div class="swiper-container box-main">
|
|
|
<ul class="swiper-wrapper">
|
|
|
{{#cancelReason}}
|
|
|
<li class="swiper-slide" data-reason-id="{{id}}"><span>{{reason}}</span></li>
|
|
|
{{/cancelReason}}
|
|
|
</ul>
|
|
|
<div class="active-mask"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{!-- 取消订单原因 --}}
|
|
|
{{> order-detail/reason-mask}}
|
|
|
|
|
|
{{/ orderDetail}}
|
|
|
|
|
|
{{!-- 申请退款原因 --}}
|
|
|
<div class="refund-reason-mask">
|
|
|
<div class="refund-reason-box" >
|
|
|
<div class="box-head"><span class="box-cmp">完成</span></div>
|
|
|
<div class="swiper-container refund-box-main">
|
|
|
{{!-- 申请退款原因 --}}
|
|
|
{{> order-detail/refund-reason-mask}}
|
|
|
|
|
|
<ul class="swiper-wrapper">
|
|
|
{{#refundReason}}
|
|
|
<li class="swiper-slide" data-reason-id="{{id}}"><span >{{reason}}</span></li>
|
|
|
{{/refundReason}}
|
|
|
</ul>
|
|
|
<div class="refund-active-mask"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<script>_ozprm = "orderid={{orderCode}}&ordertotal={{orderTotal}}";</script>
|
|
|
<script type="text/javascript" src="//static.yohobuy.com/m/v1/js/AG_Tracking.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
var _agq = _agq || [];
|
|
|
_agq.push(['_cid', '415']); //生成value
|
|
|
_agq.push(['_eid', '102']); //生成value
|
|
|
_agq.push(['_orderSum', "{{orderTotal}}"]);//订单金额,客户在页面填写
|
|
|
_agq.push(['_orderNo', "{{orderCode}}"]);//订单号,客户在页面填写
|
|
|
_agq.push(['_orderNew', "{{isOldUser}}"]);//是否新客单,客户标记是为true否为false
|
|
|
_agq.push(['_orderCount', "{{orderCount}}"]);//订单货品数目,客户填写
|
|
|
ag_send(_agq);
|
|
|
|
|
|
var __order_code = "{{orderCode}}";
|
|
|
var __order_amount = "{{orderTotal}}";
|
|
|
var __order_user = "{{isOldUser}}";
|
|
|
var __order_goods_num = "{{orderCount}}";
|
|
|
var __order_uid = '{{uid}}';
|
|
|
|
|
|
var _fxcmd = _fxcmd || [];
|
|
|
_fxcmd.push(['trackOrder', {
|
|
|
oid: "{{orderCode}}",
|
|
|
otp: "{{orderTotalFormat}}",
|
|
|
unid: "{{uid}}"
|
|
|
}]);
|
|
|
</script>
|
|
|
<script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
|
|
|
<script type="text/javascript">
|
|
|
window.criteo_q = window.criteo_q || [];
|
|
|
window.criteo_q.push(
|
|
|
{event: "setAccount", account: [21397]},
|
|
|
{event: "setHashedEmail", email: ""},
|
|
|
{event: "setSiteType", type: "m"},
|
|
|
{event: "trackTransaction", id: "{{orderCode}}", currency: "CNY", item: ""}
|
|
|
);
|
|
|
</script> |
|
|
{{!-- 一些第三方脚本 --}}
|
|
|
{{> order-detail/scripts}} |
...
|
...
|
|