|
@@ -44,12 +44,12 @@
|
|
|
<div class="section_right_item" th:if="${sideJson.get('liveList')}!=null and ${sideJson.get('liveList').size}>0">
|
|
|
<div class="right_item_title">
|
|
|
<p>精彩直播</p>
|
|
|
- <a href="https://wx.vzan.com/plug-ins/?v=637429463853329710#/FixupIndex/399803126?shareuid=0" target="_blank" rel="nofollow">
|
|
|
+ <a href="https://wx.vzan.com/plug-ins/?v=637429463853329710#/FixupIndex/399803126?shareuid=0" target="_blank" rel="nofollow" onclick="_czc.push(['_trackEvent','商城首页','精彩直播','点击','','Um_Event_HomeLiveTemplateClick'])">
|
|
|
<template v-if="isPC">更多></template><template v-else>></template>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="right_item_main" th:each="live,stat : ${sideJson.get('liveList')}" th:object="${live}">
|
|
|
- <a th:if="${stat.index}==0" th:href="*{link}" th:title="*{liveTitle}" class="item_banner" target="_blank" rel="nofollow">
|
|
|
+ <a th:if="${stat.index}==0" th:href="*{link}" th:title="*{liveTitle}" class="item_banner" target="_blank" rel="nofollow" onclick="_czc.push(['_trackEvent','商城首页','精彩直播','点击','','Um_Event_HomeLiveTemplateClick'])">
|
|
|
<img src="/img/base/placeholder.png" th:attr="data-original=*{homePageImage}" th:alt="*{liveTitle}">
|
|
|
<div class="name" th:text="*{liveTitle}"></div>
|
|
|
<div class="statu">
|
|
@@ -58,7 +58,7 @@
|
|
|
<template th:if="*{liveStatus}==3"><i class="mIcon icon-end"></i><p>看回放</p></template>
|
|
|
</div>
|
|
|
</a>
|
|
|
- <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{liveTitle}" class="item_text" target="_blank" rel="nofollow">
|
|
|
+ <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{liveTitle}" class="item_text" target="_blank" rel="nofollow" onclick="_czc.push(['_trackEvent','商城首页','精彩直播','点击','','Um_Event_HomeLiveTemplateClick'])">
|
|
|
<p class="item_text_name" th:text="*{liveTitle}"></p>
|
|
|
</a>
|
|
|
</div>
|
|
@@ -66,16 +66,16 @@
|
|
|
<div id="fixed-wrap" class="section_right_item" th:if="${sideJson.get('cmImageList')}!=null and ${sideJson.get('cmImageList').size}>0">
|
|
|
<div class="right_item_title">
|
|
|
<p>最新活动</p>
|
|
|
- <a href="https://www.caimei365.com/promotions.html" target="_blank">
|
|
|
+ <a href="https://www.caimei365.com/promotions.html" target="_blank" onclick="_czc.push(['_trackEvent','商城首页','最新活动','点击','','Um_Event_HomeActivityTemplateClick'])">
|
|
|
<template v-if="isPC">更多></template><template v-else>></template>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="right_item_main" th:each="image,stat : ${sideJson.get('cmImageList')}" th:object="${image}">
|
|
|
- <a th:if="${stat.index}==0" th:href="*{link}" th:title="*{title}" class="item_banner" target="_blank">
|
|
|
+ <a th:if="${stat.index}==0" th:href="*{link}" th:title="*{title}" class="item_banner" target="_blank" onclick="_czc.push(['_trackEvent','商城首页','最新活动','点击','','Um_Event_HomeActivityTemplateClick'])">
|
|
|
<img src="/img/base/placeholder.png" th:attr="data-original=*{homePageImage}" th:alt="*{title}">
|
|
|
<div class="name" th:text="*{title}"></div>
|
|
|
</a>
|
|
|
- <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{title}" class="item_text" target="_blank">
|
|
|
+ <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{title}" class="item_text" target="_blank" onclick="_czc.push(['_trackEvent','商城首页','最新活动','点击','','Um_Event_HomeActivityTemplateClick'])">
|
|
|
<p class="item_text_name" th:text="*{title}"></p>
|
|
|
</a>
|
|
|
</div>
|
|
@@ -83,16 +83,16 @@
|
|
|
<div class="section_right_item" th:if="${sideJson.get('infoList')}!=null and ${sideJson.get('infoList').size}>0">
|
|
|
<div class="right_item_title">
|
|
|
<p>热门文章</p>
|
|
|
- <a href="https://www.caimei365.com/info/center-3-1.html" target="_blank">
|
|
|
+ <a href="https://www.caimei365.com/info/center-3-1.html" target="_blank" onclick="_czc.push(['_trackEvent','商城首页','热门文章','点击','','Um_Event_HomeArticleTemplateClick'])">
|
|
|
<template v-if="isPC">更多></template><template v-else>></template>
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="right_item_main" th:each="info,stat : ${sideJson.get('infoList')}" th:object="${info}">
|
|
|
- <a th:if="${stat.index}==0" th:href="*{link}" th:title="*{title}" class="item_banner" target="_blank">
|
|
|
+ <a th:if="${stat.index}==0" th:href="*{link}" th:title="*{title}" class="item_banner" target="_blank" onclick="_czc.push(['_trackEvent','商城首页','热门文章','点击','','Um_Event_HomeArticleTemplateClick'])">
|
|
|
<img src="/img/base/placeholder.png" th:attr="data-original=*{homePageImage}" th:alt="*{title}">
|
|
|
<div class="name" th:text="*{title}"></div>
|
|
|
</a>
|
|
|
- <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{title}" class="item_text" target="_blank">
|
|
|
+ <a th:if="${stat.index}>0" th:href="*{link}" th:title="*{title}" class="item_text" target="_blank" onclick="_czc.push(['_trackEvent','商城首页','热门文章','点击','','Um_Event_HomeArticleTemplateClick'])">
|
|
|
<p class="item_text_name info" th:text="*{title}"></p>
|
|
|
<p class="item_text_time" v-if="isPC" th:text="*{createDate}"></p>
|
|
|
</a>
|