pay.phtml 2.33 KB
{{> layout/header}}
<div class="pay-page yoho-page">
    {{#if orderCode}}
    <input id='ordercode' type="hidden" value="{{orderCode}}">
    {{/if}}
    <div class="payapp-list">
        {{# payAppInfo}}
        {{#if payLink}}
        <a href="{{payLink}}">
        {{/if}}
            <div class="box" id="{{appId}}">
               <div class="icon">
                    {{#if appIcon}}
                    <img src="{{appIcon}}" alt="app图标">
                    {{else}}
                    <div></div>
                    {{/if}}
               </div>
               <div class="app">{{app}}</div>
               <div class="hint">
                    {{hint}}
                    {{#if subHint}}
                    <br>
                    {{subHint}}
                    {{/if}}
               </div>
               <div class="iconfont">&#xe604</div>
            </div>
        {{#if payLink}}
        </a>
        {{/if}}
        {{/ payAppInfo}}
    </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>
{{> layout/footer}}