lilei 3 years ago
parent
commit
0312887ab4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pages/bundelDetail/index.vue

+ 0 - 1
pages/bundelDetail/index.vue

@@ -127,7 +127,6 @@
 			  const url = [getCustomerBundleDetail,getCustomerUseHistory]
 			  this.status = "loading"
 			  url[this.current](params).then(res => {
-				console.log(params,res.data.list,'+++++++++++')
 				if (res.status == 200) {
 				  if(this.pageNo>1){
 					  this.list = this.list.concat(res.data.list || [])