소스 검색

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

ljc 1 주 전
부모
커밋
242ef73513
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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