diff --git a/v3/src/components/widgets/Pricing.astro b/v3/src/components/widgets/Pricing.astro index 6263511a..3384d9a9 100644 --- a/v3/src/components/widgets/Pricing.astro +++ b/v3/src/components/widgets/Pricing.astro @@ -392,6 +392,9 @@ const defaultCurrency = 'USD'; try { var parsed = new URL(String(url), location.origin); if (parsed.pathname.startsWith(CHECKOUT_PATH)) { + new URLSearchParams(location.search).forEach(function (v, k) { + if (!parsed.searchParams.has(k)) parsed.searchParams.append(k, v); + }); var pending = { url: parsed.toString(), target: target, diff --git a/v3/zh/pricing.html b/v3/zh/pricing.html index 8c09532c..398b0c2c 100644 --- a/v3/zh/pricing.html +++ b/v3/zh/pricing.html @@ -1,879 +1,16 @@ - - - + +
- -Redirecting to /zh-cn/pricing...