|  | @@ -52,10 +52,10 @@
 | 
	
		
			
				|  |  |  <body>
 | 
	
		
			
				|  |  |      <div class="container">
 | 
	
		
			
				|  |  |  		<div class="text-img">
 | 
	
		
			
				|  |  | -			<img src="https://h5.pdzhtc.com/static/img/text-html-bg.png" alt="" width="375" height="150"/>
 | 
	
		
			
				|  |  | +			<img src="https://h5.pdzhtc.com/static/img/text-html-bg.png" alt="" width="80%" height="20%"/>
 | 
	
		
			
				|  |  |  		</div>
 | 
	
		
			
				|  |  |  		<div class="car-img">
 | 
	
		
			
				|  |  | -			<img src="https://h5.pdzhtc.com/static/img/car-html-bg.png" alt="" width="375" height="270"/>
 | 
	
		
			
				|  |  | +			<img src="https://h5.pdzhtc.com/static/img/car-html-bg.png" alt="" width="65%" height="25%"/>
 | 
	
		
			
				|  |  |  		</div>
 | 
	
		
			
				|  |  |  		<a href="javascript:goToBgzchina()" class="button">回到普定智慧停车</a>
 | 
	
		
			
				|  |  |  	</div>
 | 
	
	
		
			
				|  | @@ -89,9 +89,11 @@
 | 
	
		
			
				|  |  |      
 | 
	
		
			
				|  |  |          //测试跳转到其他页面【非必需】
 | 
	
		
			
				|  |  |          function goToBgzchina() {
 | 
	
		
			
				|  |  | +			// let jumpUrl = localStorage.getItem('jumpUrl') || 'https://h5.pdzhtc.com';
 | 
	
		
			
				|  |  | +			// alert('111',jumpUrl)
 | 
	
		
			
				|  |  |              var mchData = {
 | 
	
		
			
				|  |  |                  action: 'jumpOut',
 | 
	
		
			
				|  |  | -                jumpOutUrl: 'https://h5.pdzhtc.com' //要跳转到的页面。注意:不支持跳转到小程序
 | 
	
		
			
				|  |  | +                jumpOutUrl: 'https://h5.pdzhtc.com/#/pages/paymentMethod/jumpMiddle' //要跳转到的页面。注意:不支持跳转到小程序
 | 
	
		
			
				|  |  |              };
 | 
	
		
			
				|  |  |              var postData = JSON.stringify(mchData);
 | 
	
		
			
				|  |  |              parent.postMessage(postData, 'https://payapp.weixin.qq.com');
 |