lex hace 1 año
padre
commit
b2750c7695
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/collection-record/component/item.tsx

+ 1 - 1
src/views/collection-record/component/item.tsx

@@ -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',