Browse Source

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

ljc 1 tuần trước cách đây
mục cha
commit
242ef73513
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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