From d64f67140c9ff99258a41e83227d775328b5fde4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A3=B7=E5=8F=B6?=
<14103883+leaf-phos@user.noreply.gitee.com>
Date: Fri, 13 Mar 2026 13:59:36 +0800
Subject: [PATCH] =?UTF-8?q?v2.31.3=20=E4=BC=98=E5=8C=96=E8=8A=9D=E9=BA=BB?=
=?UTF-8?q?=E5=85=8D=E6=8A=BC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/http.interceptor.js | 4 ++--
.../trueorder/components/FeeDetailPanel.vue | 7 +++----
page_shanghu/gongzuotai/ChargingDetail.vue | 21 ++++++++++++++-----
3 files changed, 21 insertions(+), 11 deletions(-)
diff --git a/common/http.interceptor.js b/common/http.interceptor.js
index 30a2197..392b4d1 100644
--- a/common/http.interceptor.js
+++ b/common/http.interceptor.js
@@ -1,9 +1,9 @@
const install = (Vue, vm) => {
uni.setStorageSync('deptId', 100);
Vue.prototype.$u.http.setConfig({
- baseUrl: 'http://192.168.1.9:4101', //键辉本地
+ // baseUrl: 'http://192.168.1.9:4101', //键辉本地
// baseUrl: 'http://192.168.2.221:4101', //景森本地
- // baseUrl: 'https://ele.ccttiot.com/prod-api', //线上 小鹿appid: wx8a05cf95418a6859 小兔骑骑appid:wx38f96c87621a87ab 遇福兴https://fu.chuantewulian.cn wxcb1d6a5d9dca8bbe
+ baseUrl: 'https://ele.ccttiot.com/prod-api', //线上 小鹿appid: wx8a05cf95418a6859 小兔骑骑appid:wx38f96c87621a87ab 遇福兴https://fu.chuantewulian.cn wxcb1d6a5d9dca8bbe
// baseUrl: 'https://cc.ccttiot.com/prod-api', //叉车线上
// baseUrl:'https://ysd.chuantewulian.cn/prod-api', //嵛山岛线上api 嵛山岛appid:wx4d178f8c80348214
loadingText: '努力加载中~',
diff --git a/page_fenbao/storedlist/trueorder/components/FeeDetailPanel.vue b/page_fenbao/storedlist/trueorder/components/FeeDetailPanel.vue
index 374e6f9..bc20245 100644
--- a/page_fenbao/storedlist/trueorder/components/FeeDetailPanel.vue
+++ b/page_fenbao/storedlist/trueorder/components/FeeDetailPanel.vue
@@ -9,9 +9,8 @@
- {{yucun == 0 ? '免押金' : '押金'}}
-
- ¥{{yucun}}
+ 免押金
+ 押金 ¥{{yucun}}
{{yucun == 0 ? '订单结束后,再支付骑行订单费用' : '订单结束后,余额将自动退回原支付账号'}}
@@ -108,7 +107,7 @@