baipiao 6 days ago
parent
commit
2eefff4ae4
1 changed files with 1 additions and 4 deletions
  1. 1 4
      pages/mobile/epcSimpleDetailTwo.vue

+ 1 - 4
pages/mobile/epcSimpleDetailTwo.vue

@@ -67,7 +67,6 @@
 			//获取缓存对象 epcChildrenTwo
 			this.chlilds = uni.getStorageSync('epcChildrenTwo');
 			uni.removeStorageSync('epcChildrenTwo');
-			console.log(this.chlilds);
 			
 		},
 		methods: {
@@ -85,13 +84,11 @@
 				uni.showLoading({
 					title: '加载中'
 				});
-				console.log(this.chlilds);
 				this.goThree(item);
 			},
 			goThree(item) {
 				var that = this;
-				console.log("点了",item);
-				console.log("去search");
+				
 				uni.navigateTo({
 					url: 'SimpleOemSearch?brand=' + that.brand + '&token=' + that.token + '&param=' +
 						that.param + '&access_time=' + that.access_time + '&title=' + item.title+'&epc_id='+that.epc_id+"&brand_name="+this.brand_name