|  | @@ -36,7 +36,7 @@ Page({
 | 
	
		
			
				|  |  |  		if (params.content.pageNumber > params.content.pageTotal) return;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		_Http.basic(params).then(res => {
 | 
	
		
			
				|  |  | -			console.log("选择产品列表", res.data)
 | 
	
		
			
				|  |  | +			console.log("选择产品列表", res)
 | 
	
		
			
				|  |  |  			this.selectComponent('#ListBox').RefreshToComplete();
 | 
	
		
			
				|  |  |  			if (res.msg != '成功') return wx.showToast({
 | 
	
		
			
				|  |  |  				title: res.msg,
 |