...
|
...
|
@@ -79,9 +79,9 @@ const vipIndex = (uid)=>{ |
|
|
|
|
|
|
|
|
return {
|
|
|
curTitle: data.next_vip_title ? data.current_vip_title : '金卡会员',
|
|
|
nextTitle: data.next_vip_title ? data.next_vip_title : '白金会员',
|
|
|
nextLevel: data.next_vip_level ? data.next_vip_level : 3,
|
|
|
curTitle: data.current_vip_title,
|
|
|
nextTitle: data.next_vip_title,
|
|
|
nextLevel: data.next_vip_level,
|
|
|
curLevel: data.current_vip_level,
|
|
|
yearCost: Number(data.current_year_cost).toFixed(2),
|
|
|
totalCost: (+data.current_total_cost).toFixed(2),
|
...
|
...
|
|