|
@@ -364,7 +364,7 @@ const handlePay = async () => {
|
|
spuId: val.id, // 商品编号
|
|
spuId: val.id, // 商品编号
|
|
spuName: val.name, // 商品名称
|
|
spuName: val.name, // 商品名称
|
|
price: val.price*100, // 价格
|
|
price: val.price*100, // 价格
|
|
- type: val.type // 订单类型 0平台订单|1求职端订单|2招聘端订单|3会员套餐
|
|
|
|
|
|
+ type: val.type // 订单类型 type:订单类型 0平台订单|1发布职位|2发布众聘职位|3会员套餐|4企业会员套餐|5招聘会门票
|
|
})
|
|
})
|
|
|
|
|
|
const _res = await getOrder({
|
|
const _res = await getOrder({
|
|
@@ -401,7 +401,7 @@ const getMemberList = async () => {
|
|
price: item.price/100,
|
|
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, // 订单类型 type:订单类型 0平台订单|1发布职位|2发布众聘职位|3会员套餐|4企业会员套餐|5招聘会门票
|
|
loading: false
|
|
loading: false
|
|
}
|
|
}
|
|
})
|
|
})
|