|
|
|
@ -108,7 +108,7 @@
|
|
|
|
|
th:text="'↑'+${report.debit.redpack.compare_value}"></span>
|
|
|
|
|
<span style="color: red" th:if="${report.debit.redpack.compare<0}"
|
|
|
|
|
th:text="'↓'+${report.debit.redpack.compare_value}"></span>
|
|
|
|
|
<span th:if="${report.debit.redpack.compare<0}"
|
|
|
|
|
<span th:if="${report.debit.redpack.compare==0}"
|
|
|
|
|
th:text="${report.debit.redpack.compare_value}"></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -126,7 +126,7 @@
|
|
|
|
|
<div class="weui-cell__ft">
|
|
|
|
|
<span style="color: green" th:if="${report.debit.cashback.compare>0}" th:text="'↑'+${report.debit.cashback.compare_value}"></span>
|
|
|
|
|
<span style="color: red" th:if="${report.debit.cashback.compare<0}" th:text="'↓'+${report.debit.cashback.compare_value}"></span>
|
|
|
|
|
<span th:if="${report.debit.cashback.compare<0}" th:text="${report.debit.cashback.compare_value}"></span>
|
|
|
|
|
<span th:if="${report.debit.cashback.compare==0}" th:text="${report.debit.cashback.compare_value}"></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|