update pay function

This commit is contained in:
2025-11-19 20:23:56 +08:00
parent 71742c0116
commit ae558996b6
2 changed files with 5 additions and 36 deletions

View File

@@ -43,7 +43,7 @@ export const subscriptionConfig = {
discountPercent: 0,
},
{
cycleKey: '3months',
cycleKey: 'quarterly',
label: '季付',
months: 3,
price: 799,
@@ -51,7 +51,7 @@ export const subscriptionConfig = {
discountPercent: 11,
},
{
cycleKey: '6months',
cycleKey: 'semiannual',
label: '半年付',
months: 6,
price: 1499,
@@ -104,7 +104,7 @@ export const subscriptionConfig = {
discountPercent: 0,
},
{
cycleKey: '3months',
cycleKey: 'quarterly',
label: '季付',
months: 3,
price: 1599,
@@ -112,7 +112,7 @@ export const subscriptionConfig = {
discountPercent: 11,
},
{
cycleKey: '6months',
cycleKey: 'semiannual',
label: '半年付',
months: 6,
price: 2999,