fix: 更新会员套餐为8个月并调整价格信息
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user