Browse Source

去掉多余日志

pangqijun 1 year ago
parent
commit
895c550f49

+ 0 - 1
pages/groupbuying/arrival_verification_list/module/mescrollUni-item.vue

@@ -96,7 +96,6 @@
 						if (res.data.length > 0){
 							this.list = this.list.concat(res.data); //追加新数据
 						}
-						console.log("+++++++++++++++++++++",this.list)
 					}).catch((err) => {
 						//联网失败, 结束加载
 						this.mescroll.endErr();

+ 0 - 1
pages/groupbuying/distributionPerformance/module/mescrollUni-item.vue

@@ -109,7 +109,6 @@
 						if (res.data.length > 0){
 							this.list = this.list.concat(res.data); //追加新数据
 						}
-						console.log("+++++++++++++++++++++",this.list)
 					}).catch((err) => {
 						//联网失败, 结束加载
 						this.mescroll.endErr();

+ 0 - 1
pages/groupbuying/myClient/module/mescrollUni-item.vue

@@ -114,7 +114,6 @@
 						if (res.data.length > 0){
 							this.list = this.list.concat(res.data); //追加新数据
 						}
-						console.log("+++++++++++++++++++++",this.list)
 					}).catch((err) => {
 						//联网失败, 结束加载
 						this.mescroll.endErr();

+ 0 - 1
pages/groupbuying/pickupVerification/module/mescrollUni-item.vue

@@ -105,7 +105,6 @@
 						if (res.data.length > 0){
 							this.list = this.list.concat(res.data); //追加新数据
 						}
-						console.log("+++++++++++++++++++++",this.list)
 					}).catch((err) => {
 						//联网失败, 结束加载
 						this.mescroll.endErr();

+ 0 - 1
pages/groupbuying/publish_good_list/module/mescrollUni-item.vue

@@ -150,7 +150,6 @@
 					if (res.data.length > 0){
 						this.list = this.list.concat(res.data); //追加新数据
 					}
-					console.log("+++++++++++++++++++++",this.list)
 				}).catch((err) => {
 					//联网失败, 结束加载
 					this.mescroll.endErr();

+ 0 - 2
pages/groupbuying_details/order_details_list/index.vue

@@ -352,7 +352,6 @@ export default {
 		 *
 		 */
 		pay_complete: function () {
-			console.log("+++++++++++++++++++++支付成功回调++++++++++++++++++++++++++++++")
 			this.pay_close = false;
 			this.pay_order_id = '';
 			this.pay_orderId = '';
@@ -364,7 +363,6 @@ export default {
 		 *
 		 */
 		pay_fail: function () {
-			console.log("+++++++++++++++++++++支付失败回调++++++++++++++++++++++++++++++")
 			this.pay_close = false;
 			this.pay_order_id = '';
 			this.pay_orderId = '';

+ 0 - 2
pages/message/module/mescrollUni-item.vue

@@ -103,7 +103,6 @@
 						if (res.data.length > 0){
 							this.normalMsgList = this.normalMsgList.concat(res.data); //追加新数据
 						}
-						console.log("+++++++++++++++++++++",this.normalMsgList)
 					}).catch((err) => {
 						//联网失败, 结束加载
 						this.mescroll.endErr();
@@ -118,7 +117,6 @@
 						if (res.data.length > 0){
 							this.sysMsgList = this.sysMsgList.concat(res.data); //追加新数据
 						}
-						console.log("+++++++++++++++++++++",this.sysMsgList)
 					}).catch((err) => {
 						//联网失败, 结束加载
 						this.mescroll.endErr();

+ 0 - 1
pages/user/index.vue

@@ -616,7 +616,6 @@ export default {
 		},
 
 		goMyMessage () {
-			console.log("++++++++++++++++++++++++")
 			uni.switchTab({
 				url: '/pages/message/message'
 			});

+ 0 - 1
pages/users/user_return_list/detail/detail.vue

@@ -136,7 +136,6 @@
 		},
 
 		onLoad(e){
-			console.log("++++++++++++++++++++++",e)
 			this.getDetail(e.id);
 		},
 

+ 0 - 1
pages/users/wechat_login/index.vue

@@ -363,7 +363,6 @@ export default {
 		 * 获取个人用户信息
 		 */
 		getUserInfo: function () {
-			console.log("获取个人信息+++++++++++++++++++++++++++++++++")
 			let that = this;
 			getUserInfo().then(res => {
 				uni.hideLoading();