diff --git a/apis/request.js b/apis/request.js
index 31e247e..9673157 100644
--- a/apis/request.js
+++ b/apis/request.js
@@ -1,17 +1,7 @@
import config from '@/config/request'
-let HTTP_COUNT = 0 // loading次数
let logouted = 0
const request = options => {
- HTTP_COUNT++
- if (config.showLoading) {
- // 请求数据时的loading
- // uni.showToast({
- // title: '加载中',
- // duration: 200,
- // icon: 'loading'
- // })
- }
const header = Object.assign({}, config.headers, {
token: uni.getStorageSync('token')
})
@@ -65,12 +55,6 @@ const request = options => {
})
reject(err)
},
- complete: () => {
- if (config.showLoading) {
- // HTTP_COUNT--
- // HTTP_COUNT || uni.hideLoading()
- }
- }
})
})
}
diff --git a/order/orderDetail/orderDetail.vue b/order/orderDetail/orderDetail.vue
index 02101fa..8bf2a80 100644
--- a/order/orderDetail/orderDetail.vue
+++ b/order/orderDetail/orderDetail.vue
@@ -170,6 +170,13 @@
+
+
+
+ 续费
+
+
+