Sfoglia il codice sorgente

全部订单 已取消 状态显示

李战雷 2 anni fa
parent
commit
ef46c4a845
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      .env.development
  2. 1 1
      src/pages/order/components/OrderItem.vue

+ 1 - 1
.env.development

@@ -1 +1 @@
1
-VITE_GLOB_API_URL = 'https://app.bjtdba.com'
1
+VITE_GLOB_API_URL = 'https://test.bjtdba.com'

+ 1 - 1
src/pages/order/components/OrderItem.vue

@@ -73,7 +73,7 @@ function getStatusText(orderItem: OrderListModel) {
73 73
   if (orderItem.status == 4) {
74 74
     return '售后中'
75 75
   }
76
-  if (orderItem.status === 5) {
76
+  if (orderItem.status == 6) {
77 77
     return '已取消'
78 78
   }
79 79
   if (orderItem.status === '5') {