|
|
@@ -16,13 +16,13 @@
|
|
|
-->
|
|
|
<th:block th:fragment="scripts">
|
|
|
<script th:inline="javascript">
|
|
|
-
|
|
|
+
|
|
|
window._eglqueue = window._eglqueue || [];
|
|
|
- _eglqueue.push(['setVar', 'cuid', eglqueueCuid);
|
|
|
- _eglqueue.push(['setVar', 'itemId', [[${goodsInfo.goodsCd}]]);
|
|
|
+ _eglqueue.push(['setVar', 'cuid', eglqueueCuid]);
|
|
|
+ _eglqueue.push(['setVar', 'itemId', [[${goodsInfo.goodsCd}]]]);
|
|
|
_eglqueue.push(['setVar', 'userId', hCustId]);
|
|
|
- _eglqueue.push(['setVar', 'categoryId', cateNm);
|
|
|
- _eglqueue.push(['setVar', 'brandId', [[${goodsInfo.brandGroupNo}]]);
|
|
|
+ _eglqueue.push(['setVar', 'categoryId', cateNm]);
|
|
|
+ _eglqueue.push(['setVar', 'brandId', [[${goodsInfo.brandGroupNo}]]]);
|
|
|
_eglqueue.push(['track', 'view']);
|
|
|
_eglqueue.push(['track', 'product']);
|
|
|
(function (s, x) {
|