查看套卷

main
tamguo 7 years ago
parent 7fefa81a93
commit 1fc8a64539

@ -147,7 +147,7 @@
<div class="paperlist" th:each="p,pStat:${paperPage.list}"> <div class="paperlist" th:each="p,pStat:${paperPage.list}">
<div class="paper-title-content zhenti"> <div class="paper-title-content zhenti">
<h3 class="paper-title"> <h3 class="paper-title">
<a th:href="${domainName}" class="paper-a" th:text="${p.name}">2017年高考真题 理科数学 (全国I卷)</a> <a th:href="${domainName + 'paper/'+p.id + '.html'}" class="paper-a" th:text="${p.name}">2017年高考真题 理科数学 (全国I卷)</a>
</h3> </h3>
<span class="read" th:text="${p.openHits}">0</span> <span class="read" th:text="${p.openHits}">0</span>
<span class="down" th:text="${p.downHits}">0</span> <span class="down" th:text="${p.downHits}">0</span>

Loading…
Cancel
Save