|
|
|
@ -186,10 +186,10 @@
|
|
|
|
|
<div class="weui-cell__bd weui-cell_primary"
|
|
|
|
|
th:text="${bd.bd_name}">
|
|
|
|
|
<span style="color: green"
|
|
|
|
|
th:if="${bd.compare and $bd.compare.direction>0}"
|
|
|
|
|
th:if="${bd.compare and bd.compare.direction>0}"
|
|
|
|
|
th:text="'↑('+${bd.compare.value}+')'"></span>
|
|
|
|
|
<span style="color: red"
|
|
|
|
|
th:if="${bd.compare and $bd.compare.direction>0}"
|
|
|
|
|
th:if="${bd.compare and bd.compare.direction>0}"
|
|
|
|
|
th:text="'↓('+${bd.compare.value}+')'"></span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="weui-cell__ft" th:text="${bd.total}"></div>
|
|
|
|
|