fix: 更新会员套餐为8个月并调整价格信息

This commit is contained in:
ccnetcore
2025-10-08 21:24:29 +08:00
parent 31ee5e8ffb
commit 9fdd41b134

View File

@@ -12,7 +12,7 @@ const emit = defineEmits(['close']);
const packagesData = {
member: [
{ id: 1, name: '9个月(推荐)', desc: '', price: 197.1, perMonth: 21.9, tag: '超高性价比', discount: '限时活动', key: 9 },
{ id: 1, name: '8个月(推荐)', desc: '', price: 183.2, perMonth: 22.9, tag: '超高性价比', discount: '限时活动', key: 8 },
{ id: 2, name: '6个月', desc: '', price: 155.4, perMonth: 25.9, tag: '年度热销', key: 6 },
{ id: 3, name: '3个月', desc: '', price: 83.7, perMonth: 27.9, tag: '短期体验', discount: '', key: 3 },
{ id: 4, name: '1个月', desc: '', price: 29.9, originalPrice: 49.9, tag: '灵活选择', discount: '', key: 1 },