|  | @@ -114,7 +114,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |            '#/order-detail?orderNo=' +
 | 
	
		
			
				|  |  |            paymentConfig.orderNo +
 | 
	
		
			
				|  |  |            '&config=' +
 | 
	
		
			
				|  |  | -          JSON.stringify(paymentConfig.paymentConfig);
 | 
	
		
			
				|  |  | +          encodeURIComponent(JSON.stringify(paymentConfig.paymentConfig));
 | 
	
		
			
				|  |  |          console.log('🚀 ~ url:', url);
 | 
	
		
			
				|  |  |          postMessage({
 | 
	
		
			
				|  |  |            api: 'openWebView',
 |