|
@@ -353,13 +353,13 @@
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|
|
<c:if test="${order.refundType == 1}">
|
|
<c:if test="${order.refundType == 1}">
|
|
- <font color="#ff8c00">部分退款</font>
|
|
|
|
|
|
+ <font>部分退款</font>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${order.refundType == 2}">
|
|
<c:if test="${order.refundType == 2}">
|
|
- <font color="green">已退款</font>
|
|
|
|
|
|
+ <font>已退款</font>
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${order.refundType ne 1 and order.refundType ne 2 }">
|
|
<c:if test="${order.refundType ne 1 and order.refundType ne 2 }">
|
|
- <font color="red">无退款</font>
|
|
|
|
|
|
+ <font>无退款</font>
|
|
</c:if>
|
|
</c:if>
|
|
</li>
|
|
</li>
|
|
<li>
|
|
<li>
|