diff --git a/apis/index.js b/apis/index.js
index bc86f66..9be41a3 100644
--- a/apis/index.js
+++ b/apis/index.js
@@ -10,8 +10,8 @@ import router from '../router'
// 基础配置
const config = {
- // apiUrl : 'https://douhuo.douhuofalv.com/api/',
- apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
+ apiUrl : 'https://douhuo.douhuofalv.com/api/',
+ // apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
timeout : 60000
}
@@ -67,6 +67,7 @@ const request = (parameter, hideLoding = true) => {
errToast(res.statusCode)
},
fail(err) {
+ console.log(err)
uni.showToast({
title: '网络错误,请检查您设备网络状态',
icon : 'none'
diff --git a/apis/interfaces/account.js b/apis/interfaces/account.js
index b7cb453..6be342b 100644
--- a/apis/interfaces/account.js
+++ b/apis/interfaces/account.js
@@ -50,6 +50,9 @@ const withdrawsCreate = () => {
// 奖金提现申请
const withdraws = data => {
+
+ console.log(data)
+
return request({
url: 'withdraws/index',
method: 'POST',
diff --git a/pages/account/cash.vue b/pages/account/cash.vue
index 405061a..93cb315 100644
--- a/pages/account/cash.vue
+++ b/pages/account/cash.vue
@@ -64,20 +64,6 @@
-
-
-
diff --git a/pages/account/withdraws.vue b/pages/account/withdraws.vue
index 9fe6f4a..4490367 100644
--- a/pages/account/withdraws.vue
+++ b/pages/account/withdraws.vue
@@ -48,7 +48,6 @@
后台提现管理时间 上午11:00-12:00 下午17:00-18:00
-
-
+
\ No newline at end of file
diff --git a/pages/work/perfectBasis.vue b/pages/work/perfectBasis.vue
index 16bfa13..2e52d45 100644
--- a/pages/work/perfectBasis.vue
+++ b/pages/work/perfectBasis.vue
@@ -185,7 +185,6 @@
-
-
+
\ No newline at end of file
diff --git a/uni_modules/oct-calendar-picker/components/oct-calendar-picker/oct-calendar-picker.vue b/uni_modules/oct-calendar-picker/components/oct-calendar-picker/oct-calendar-picker.vue
index 7beec5b..2a0c8c4 100644
--- a/uni_modules/oct-calendar-picker/components/oct-calendar-picker/oct-calendar-picker.vue
+++ b/uni_modules/oct-calendar-picker/components/oct-calendar-picker/oct-calendar-picker.vue
@@ -452,4 +452,4 @@
}
}
}
-
+
\ No newline at end of file