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