diff --git a/ebike-maintenance/manifest.json b/ebike-maintenance/manifest.json
index 77e6ce1..977b95c 100644
--- a/ebike-maintenance/manifest.json
+++ b/ebike-maintenance/manifest.json
@@ -52,7 +52,9 @@
"mp-weixin" : {
"appid" : "wx399ab8cf933bf77f",
"setting" : {
- "urlCheck" : false
+ "urlCheck" : false,
+ "postcss" : true,
+ "minified" : true
},
"usingComponents" : true,
"permission" : {
@@ -60,10 +62,7 @@
"desc" : "需要实时定位"
}
},
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ]
+ "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ]
},
"mp-alipay" : {
"usingComponents" : true
diff --git a/ebike-maintenance/pages/user/login/AccountDetails.vue b/ebike-maintenance/pages/user/login/AccountDetails.vue
index 67a9f30..9daad88 100644
--- a/ebike-maintenance/pages/user/login/AccountDetails.vue
+++ b/ebike-maintenance/pages/user/login/AccountDetails.vue
@@ -30,7 +30,7 @@
-
+
-
+
-
+
-
+
骑行35分钟15秒 5.6km
@@ -134,7 +134,7 @@
已完成
-
+
@@ -147,6 +147,8 @@
onMounted
} from 'vue';
import * as api from '@/utils/api.js';
+ import config from '@/utils/config';
+ const imgPath = config.imgPath;
// 使用ref来声明选中的标签
const selectedTab = ref('consume');
@@ -156,9 +158,9 @@
};
const paging_consume = ref(null);
- const paging_refund = ref(null);
+ const paging_refund = ref(null);
const RefundDataList = ref([]);
-
+
const ConsumeDataList = ref([]);
const scrollHeight = ref(null);
@@ -192,7 +194,7 @@
"pageSize": pageSize
}
};
-
+
api.callEbikeInfo("订单接口???", params).then((res) => {
if (res.code === 200) {
const records = res.data;
@@ -303,15 +305,16 @@
border-radius: 5px;
}
- .corui-completed {
- background-color: rgb(195,198,203);
+ .corui-completed {
+ background-color: rgb(195, 198, 203);
color: #fff;
padding: 4px 10px;
font-size: 12px;
border-radius: 5px;
}
- .corui-processing {
- background-color: rgb(218,102,17);
+
+ .corui-processing {
+ background-color: rgb(218, 102, 17);
color: #fff;
padding: 4px 10px;
font-size: 12px;
diff --git a/ebike-maintenance/pages/user/login/RepairReport.vue b/ebike-maintenance/pages/user/login/RepairReport.vue
index f619ad0..3d165bd 100644
--- a/ebike-maintenance/pages/user/login/RepairReport.vue
+++ b/ebike-maintenance/pages/user/login/RepairReport.vue
@@ -35,7 +35,7 @@
-
+
问题描述:车把坏了……
@@ -50,7 +50,7 @@
-
+
问题描述:车把坏了……
@@ -72,7 +72,7 @@
-
+
问题描述:车把坏了……
@@ -86,7 +86,7 @@
-
+
问题描述:车把坏了……
@@ -103,6 +103,8 @@