Bladeren bron

呵呵-订单列表状态颜色更改

Aslee 2 jaren geleden
bovenliggende
commit
ad471c425a
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      src/main/webapp/WEB-INF/views/modules/hehe/heheNewOrderList.jsp

+ 4 - 4
src/main/webapp/WEB-INF/views/modules/hehe/heheNewOrderList.jsp

@@ -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>