fix: 完成今日推荐只能站内跳转的Todo #264

This commit is contained in:
lanbinshijie 2023-07-12 19:59:08 +08:00
parent b4609d5376
commit 3135f4e461
1 changed files with 1 additions and 1 deletions

View File

@ -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>