From a1a681c84ea0cb68340350443deb5fd06872e794 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Thu, 7 Aug 2025 22:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=B4=E8=B4=B9=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E9=80=BE=E6=9C=9F=E5=A4=A9=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/api/order/model/index.ts | 1 + .../yunxinwei/order/components/order-info.vue | 47 ++++++++++++------- 3 files changed, 34 insertions(+), 18 deletions(-) diff --git a/.env.development b/.env.development index 2ba80cb..408d2d3 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,7 @@ VITE_APP_NAME=后台管理系统 #VITE_API_URL=http://localhost:9090/api -#VITE_API_URL=http://yxw.wsdns.cn/api +VITE_API_URL=http://yxw.wsdns.cn/api #VITE_SOCKET_URL=ws://localhost:9190 -VITE_API_URL=http://127.0.0.1:9090/api +#VITE_API_URL=http://127.0.0.1:9090/api #VITE_API_URL=https://server.gxwebsoft.com/api VITE_SOCKET_URL=wss://server.gxwebsoft.com diff --git a/src/api/order/model/index.ts b/src/api/order/model/index.ts index 3abf5f9..5980c39 100644 --- a/src/api/order/model/index.ts +++ b/src/api/order/model/index.ts @@ -35,6 +35,7 @@ export interface Order { sortNumber?: number; // 配送方式 deliveryType?: string; + payTime?: string; // 付款状态 payStatus?: number; expressPrice?: string; diff --git a/src/views/yunxinwei/order/components/order-info.vue b/src/views/yunxinwei/order/components/order-info.vue index 05b6181..c0f0dcc 100644 --- a/src/views/yunxinwei/order/components/order-info.vue +++ b/src/views/yunxinwei/order/components/order-info.vue @@ -267,9 +267,6 @@
电池押金:¥{{ record.batteryDeposit }}
电池保险:¥{{ record.batteryInsurance }}
-