diff --git a/pages/homePage/homePage.wxml b/pages/homePage/homePage.wxml
index 65292ca..36179f7 100644
--- a/pages/homePage/homePage.wxml
+++ b/pages/homePage/homePage.wxml
@@ -11,11 +11,10 @@
- 车辆申请
+ 我的车辆
销售出库
-
diff --git a/pages/message/message.wxml b/pages/message/message.wxml
index b4e957c..007d879 100644
--- a/pages/message/message.wxml
+++ b/pages/message/message.wxml
@@ -1,6 +1,6 @@
-
+
diff --git a/pages/myCars/myCars.wxml b/pages/myCars/myCars.wxml
index b68f1ca..c9ac201 100644
--- a/pages/myCars/myCars.wxml
+++ b/pages/myCars/myCars.wxml
@@ -1,6 +1,6 @@
-
+
diff --git a/pages/orderList/orderDetail/orderDetail.wxml b/pages/orderList/orderDetail/orderDetail.wxml
index bf2a795..22dc21d 100644
--- a/pages/orderList/orderDetail/orderDetail.wxml
+++ b/pages/orderList/orderDetail/orderDetail.wxml
@@ -142,7 +142,6 @@
-
辅数量
diff --git a/pages/orderList/orderList.wxml b/pages/orderList/orderList.wxml
index 3cd237f..e2ec246 100644
--- a/pages/orderList/orderList.wxml
+++ b/pages/orderList/orderList.wxml
@@ -9,7 +9,7 @@
-
+
@@ -18,7 +18,7 @@
-
+
diff --git a/utils/net.js b/utils/net.js
index 4fcd816..f741df7 100644
--- a/utils/net.js
+++ b/utils/net.js
@@ -6,7 +6,7 @@ function request(url, params, success, fail) {
}
//原来的请求方式 。现在首页五个接口沿用,直接在中转服务器获取数据
-function previousRequestLoading(method, params, successaction) {
+function requestLoading(method, params, successaction) {
wx.showLoading({
title: "加载中",
});
@@ -48,8 +48,8 @@ function previousRequestLoading(method, params, successaction) {
})
}
-// 新请求方式,添加中转服务器
-function requestLoading(method, params, successaction) {
+// 中转服务器,跳转请求
+function transferRequestLoading(method, params, successaction) {
wx.showLoading({
title: "加载中",
})
@@ -97,5 +97,5 @@ function requestLoading(method, params, successaction) {
module.exports = {
request: request,
requestLoading: requestLoading,
- previousRequestLoading: previousRequestLoading,
+ transferRequestLoading: transferRequestLoading,
}
\ No newline at end of file