feat: 去掉月会员,改文案
This commit is contained in:
@ -30,7 +30,7 @@ interface Item {
|
||||
}
|
||||
|
||||
const LIST: Item[] = [
|
||||
{ id: ProductSpecId.WeeklyVIP, title: '日会员', content: '1天内免广告', price: '60播豆', amt: 6, badge: '限时体验' },
|
||||
{ id: ProductSpecId.DailyVIP, title: '日会员', content: '1天内免广告', price: '60播豆', amt: 6, badge: '限时体验' },
|
||||
{
|
||||
id: ProductSpecId.WeeklyVIP,
|
||||
title: '周会员',
|
||||
@ -39,14 +39,14 @@ const LIST: Item[] = [
|
||||
amt: 18,
|
||||
badge: '4.2折',
|
||||
},
|
||||
{
|
||||
id: ProductSpecId.NewMonthlyVIP,
|
||||
title: '月会员',
|
||||
content: '30天内免广告',
|
||||
price: '300播豆',
|
||||
amt: 30,
|
||||
badge: '1.6折',
|
||||
},
|
||||
// {
|
||||
// id: ProductSpecId.NewMonthlyVIP,
|
||||
// title: '月会员',
|
||||
// content: '30天内免广告',
|
||||
// price: '300播豆',
|
||||
// amt: 30,
|
||||
// badge: '1.6折',
|
||||
// },
|
||||
];
|
||||
|
||||
const log = logWithPrefix('job-buy');
|
||||
@ -76,7 +76,6 @@ export default function JobBuy(props: IProps) {
|
||||
type: OrderType.VIP,
|
||||
amt: getOrderPrice(selectItem.amt),
|
||||
productCode: ProductType.VIP,
|
||||
// todo: 日会员的 productSpectId 是什么?
|
||||
productSpecId: selectItem.id,
|
||||
});
|
||||
log('handleBuy payInfo', payOrderNo, createPayInfo);
|
||||
@ -125,7 +124,7 @@ export default function JobBuy(props: IProps) {
|
||||
<Fragment>
|
||||
<div>请</div>
|
||||
<div className="highlight">明日</div>
|
||||
<div>再来 或 </div>
|
||||
<div>再来</div>
|
||||
<div className="highlight">升级会员</div>
|
||||
</Fragment>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user