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