@@ -1 +1 @@
-VITE_GLOB_API_URL = 'https://app.bjtdba.com'
+VITE_GLOB_API_URL = 'https://test.bjtdba.com'
@@ -73,7 +73,7 @@ function getStatusText(orderItem: OrderListModel) {
if (orderItem.status == 4) {
return '售后中'
}
- if (orderItem.status === 5) {
+ if (orderItem.status == 6) {
return '已取消'
if (orderItem.status === '5') {