|  |  | @@ -59,7 +59,7 @@ Page({ | 
		
	
		
			
			|  |  |  | url: `/pages/canvas/index?couponChannelId=${this.data.data.id}` | 
		
	
		
			
			|  |  |  | }) | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | /** | 
		
	
		
			
			|  |  |  | /** | 
		
	
		
			
			|  |  |  | * 显示分享弹框 | 
		
	
		
			
			|  |  |  | */ | 
		
	
		
			
			|  |  |  | showshare: function() { | 
		
	
	
		
			
				|  |  | @@ -180,6 +180,8 @@ Page({ | 
		
	
		
			
			|  |  |  | }).then(res => { | 
		
	
		
			
			|  |  |  | that.setData({ | 
		
	
		
			
			|  |  |  | disOrderNumber: res.data.orderNumber, | 
		
	
		
			
			|  |  |  | couponChannelId: res.data.couponChannelId, | 
		
	
		
			
			|  |  |  | orderGroupId: res.data.orderGroupId | 
		
	
		
			
			|  |  |  | }) | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | // 拼团订单 | 
		
	
	
		
			
				|  |  | @@ -201,8 +203,9 @@ Page({ | 
		
	
		
			
			|  |  |  | success: function (res) { | 
		
	
		
			
			|  |  |  | if (res.confirm) { | 
		
	
		
			
			|  |  |  | wx.navigateTo({ | 
		
	
		
			
			|  |  |  | url: `/pages/bargain/bargainDatail/bargainDatail?orderId=${that.data.disOrderNumber}`, | 
		
	
		
			
			|  |  |  | url: `/pages/spellGroup/paySpellGroup/index?orderId=${that.data.disOrderNumber}&couponChannelId=${that.data.couponChannelId}&couponId=${couponId}&orderGroupId={that.data.orderGroupId}`, | 
		
	
		
			
			|  |  |  | }) | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }) | 
		
	
	
		
			
				|  |  | 
 |