Browse Source

更新链接

lex 1 year ago
parent
commit
b2750c7695
1 changed files with 1 additions and 1 deletions
  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',