| 
					
				 | 
			
			
				@@ -1010,7 +1010,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 白色背景 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      ctx.rect(0, 0, 300, 540) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      ctx.rect(0, 0, 300, 560) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ctx.setFillStyle('#FFFFFF') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ctx.fill() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ctx.stroke() 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1061,7 +1061,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 提示 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ctx.setFontSize(12) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ctx.setFillStyle('#FE781F') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      ctx.fillText('打开微信扫描识别查看商品', 78, 520) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      ctx.fillText('打开微信扫描识别查看商品', 78, 540) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 图片 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (img.indexOf('https://zf-mall-test.oss-cn-shenzhen.aliyuncs.com') >= 0) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1084,7 +1084,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const codeRes = await toBase64src(codeUrl) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ctx.drawImage(imgRes, 20, 20, 260, 260) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      ctx.drawImage(codeRes, 90, 404, 100, 100) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      ctx.drawImage(codeRes, 90, 404, 120, 120) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ctx.draw() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       setTimeout(() => { 
			 |