diff --git a/src/components/product-dialog/steps-ui/job-buy.tsx b/src/components/product-dialog/steps-ui/job-buy.tsx
index 2056a6f..658ace4 100644
--- a/src/components/product-dialog/steps-ui/job-buy.tsx
+++ b/src/components/product-dialog/steps-ui/job-buy.tsx
@@ -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) {
请
明日
- 再来 或
+ 再来
升级会员
)}
diff --git a/src/constants/product.ts b/src/constants/product.ts
index daadbc9..070538d 100644
--- a/src/constants/product.ts
+++ b/src/constants/product.ts
@@ -27,7 +27,7 @@ export enum ProductSpecId {
AddGroup2 = 'ADDGROUP_2',
AddGroup3 = 'ADDGROUP_3',
BossVip = 'BOSSVIP',
- DaylyVIP = 'VIP_D',
+ DailyVIP = 'VIP_D',
WeeklyVIP = 'VIP_W',
MonthlyVIP = 'VIP_M', // 30 每天十次
NewMonthlyVIP = 'VIP_M_NEW', // 18 每天五次
diff --git a/src/hooks/use-config.tsx b/src/hooks/use-config.tsx
index dacf608..76535aa 100644
--- a/src/hooks/use-config.tsx
+++ b/src/hooks/use-config.tsx
@@ -35,7 +35,7 @@ const AnchorTabs: TabItemType[] = [
{
type: PageType.GroupV2,
pagePath: PageUrl.GroupV2,
- text: '主播群',
+ text: '通告群',
},
];
@@ -48,7 +48,7 @@ const CompanyTabs: TabItemType[] = [
{
type: PageType.BatchPublish,
pagePath: PageUrl.UserBatchPublish,
- text: '免费招',
+ text: '主播群',
},
];
diff --git a/src/pages/user-batch-publish/index.tsx b/src/pages/user-batch-publish/index.tsx
index 999b966..64d3d5c 100644
--- a/src/pages/user-batch-publish/index.tsx
+++ b/src/pages/user-batch-publish/index.tsx
@@ -17,7 +17,6 @@ import { getCommonShareMessage } from '@/utils/share';
import { checkCityCode } from '@/utils/user';
import './index.less';
-import { SortType } from '@/constants/job';
const PREFIX = 'page-biz-service';
const EXAMPLE_IMAGE = 'https://publiccdn.neighbourhood.com.cn/img/delegate-example.png';
@@ -106,7 +105,7 @@ export default function BizService() {
value="1"
title={
<>
- 免费招
+ 主播群
>
}