Merge branch 'fixbug' into develop

master
wangning 7 years ago
commit 21feae8235

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

Loading…
Cancel
Save