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