|
@@ -125,6 +125,7 @@ const getMemberList = async () => {
|
|
}
|
|
}
|
|
return {
|
|
return {
|
|
...item,
|
|
...item,
|
|
|
|
+ price: item.price/100,
|
|
my: vipFlagIndex === index,
|
|
my: vipFlagIndex === index,
|
|
list: JSON.parse(item.text),
|
|
list: JSON.parse(item.text),
|
|
type: 3, // 订单类型 0平台订单|1求职端订单|2招聘端订单|3会员套餐
|
|
type: 3, // 订单类型 0平台订单|1求职端订单|2招聘端订单|3会员套餐
|