Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2016-12-26 15:58:02 +0800
Commit
47f4be79fe7e70bcab3e3b02d07356f9af42d44f
1 parent
05622664
add point
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
template/www.yohobuy.com/actions/pay/notice/index.phtml
template/www.yohobuy.com/actions/pay/notice/wechatqrcodereturn.phtml
template/www.yohobuy.com/partials/pay/point.phtml
template/www.yohobuy.com/actions/pay/notice/index.phtml
View file @
47f4be7
...
...
@@ -56,6 +56,6 @@
{
{/if
}
}
{
{/
payNotice
}
}
</div>
{
{>
pay/point
}
}
{
{>
pay/pay-analysis
}
}
{
{>
layout/footer
}
}
{
{>
pay/point
}
}
...
...
template/www.yohobuy.com/actions/pay/notice/wechatqrcodereturn.phtml
View file @
47f4be7
...
...
@@ -35,5 +35,5 @@
</div>
{
{/
payData
}
}
</div>
{
{>
pay/point
}
}
{
{>
layout/footer
}
}
{
{>
pay/point
}
}
...
...
template/www.yohobuy.com/partials/pay/point.phtml
View file @
47f4be7
{
{#
point
}
}
<script
type=
"text/javascript"
>
//
埋点
window.addPoint('YB_SC_PAYMENT_TOPAY_CLICK',
{
ORDER_CODE:
{{orderCode
}
},
PAY_RES:
{
{result
}
},
ORDER_AMOUNT:
{
{amount
}
},
PAY_STYLE:
{
{payWayId
}
},
PRD_SKN:
{
{proSkn
}
},
PRD_SKU:
{
{proSku
}
}});
window.onload
=
function
()
{
//
埋点
window.addPoint('YB_SC_PAYMENT_TOPAY_CLICK',
{ORDER_CODE:
"{{orderCode}}"
,
PAY_RES
:
"{{result}}"
,
ORDER_AMOUNT
:
"{{amount}}"
,
PAY_STYLE
:
"{{payWayId}}"
,
PRD_SKN
:
"{{proSkn}}"
,
PRD_SKU
:
"{{proSku}}"
}
);
}
</script>
{
{/point
}
}
\ No newline at end of file
{
{/
point
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment