|  | @@ -163,11 +163,8 @@ Page({
 | 
	
		
			
				|  |  |        let shippingNo = event.target.dataset.shippingNo;
 | 
	
		
			
				|  |  |        let shippingCode = event.target.dataset.shippingCode;
 | 
	
		
			
				|  |  |        let orderId = event.target.dataset.orderId;
 | 
	
		
			
				|  |  | -      // wx.switchTab({
 | 
	
		
			
				|  |  | -      //   url: '/pages/ucenter/wuliu/wuliu?id=' + shippingNo + '&code=' + shippingCode,
 | 
	
		
			
				|  |  | -      // });
 | 
	
		
			
				|  |  |        wx.navigateTo({
 | 
	
		
			
				|  |  | -        url: '/pages/ucenter/wuliu/wuliu?id=EMS&code=1171986856515&orderId=' + orderId,
 | 
	
		
			
				|  |  | +        url: '/pages/ucenter/wuliu/wuliu?id=' + shippingNo + '&code=' + shippingCode + '&orderId=' + orderId,
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  })
 |