Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/admin_dev' into admin_dev

ljc 1 settimana fa
parent
commit
242ef73513
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      utils/openExternalUrl.js

+ 1 - 1
utils/openExternalUrl.js

@@ -13,7 +13,7 @@ export function openExternalUrl(url, type, options = {}) {
 
   if (type === 'pay') {
     // #ifdef APP-PLUS
-    const webviewUrl = `/pages/common/webview?url=${encodeURIComponent(url)}&title=${encodeURIComponent(title)}`
+    const webviewUrl = `/pages/common/webview?url=${url}&title=${encodeURIComponent(title)}`
     uni.navigateTo({ url: webviewUrl })
     // #endif