update pay function
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user