fix: 完成今日推荐只能站内跳转的Todo #264
This commit is contained in:
parent
b4609d5376
commit
3135f4e461
|
@ -53,7 +53,7 @@
|
||||||
<!-- 今日推荐 -->
|
<!-- 今日推荐 -->
|
||||||
<div class="todayCard" id="todayCard"
|
<div class="todayCard" id="todayCard"
|
||||||
th:if="${theme.config.top.BannerRight.todayRecommend}"
|
th:if="${theme.config.top.BannerRight.todayRecommend}"
|
||||||
th:attr="onclick='javascript:pjax.loadUrl(\''+ ${theme.config.top.BannerRight.todayRecommendContent.todayRecommendUrl} +'\')'">
|
th:attr="onclick='javascript:window.location.href=\''+${theme.config.top.BannerRight.todayRecommendContent.todayRecommendUrl}+'\'">
|
||||||
<div class="todayCard-info">
|
<div class="todayCard-info">
|
||||||
<div class="todayCard-tips" th:text="${theme.config.top.BannerRight.todayRecommendContent.todayRecommendxTitle}"></div>
|
<div class="todayCard-tips" th:text="${theme.config.top.BannerRight.todayRecommendContent.todayRecommendxTitle}"></div>
|
||||||
<div class="todayCard-title" th:text="${theme.config.top.BannerRight.todayRecommendContent.todayRecommendTitle}"></div>
|
<div class="todayCard-title" th:text="${theme.config.top.BannerRight.todayRecommendContent.todayRecommendTitle}"></div>
|
||||||
|
|
Loading…
Reference in New Issue