|
@@ -893,13 +893,13 @@
|
|
|
</li>
|
|
|
<li>
|
|
|
<c:if test="${order.payStatus == 1}">
|
|
|
- 待付款
|
|
|
+ <font color="red">待付款</font>
|
|
|
</c:if>
|
|
|
<c:if test="${order.payStatus == 2}">
|
|
|
- 部分付款
|
|
|
+ <font color="#ff8c00">部分付款</font>
|
|
|
</c:if>
|
|
|
<c:if test="${order.payStatus == 3}">
|
|
|
- 已付款
|
|
|
+ <font color="green">已付款</font>
|
|
|
</c:if>
|
|
|
</li>
|
|
|
<li>
|
|
@@ -907,7 +907,7 @@
|
|
|
<font color="red">待发货</font>
|
|
|
</c:if>
|
|
|
<c:if test="${order.sendOutStatus == 2}">
|
|
|
- <font color="##FF9966">部分发货</font>
|
|
|
+ <font color="#ff8c00">部分发货</font>
|
|
|
</c:if>
|
|
|
<c:if test="${order.sendOutStatus == 3}">
|
|
|
<font color="green">已发货</font>
|