init
This commit is contained in:
@@ -454,6 +454,22 @@ export const userAuthStatusList = [
|
||||
{ value: 3, label: '审核不通过',listClass: listClass.danger},
|
||||
]
|
||||
|
||||
export const userFilterCarStatusList = [
|
||||
{ value: 1, label: '要求经济型以上配置车辆'},
|
||||
{ value: 2, label: '要求中档型以上配置车辆'},
|
||||
{ value: 3, label: '要求豪车型车辆'},
|
||||
]
|
||||
|
||||
export const userFilterChildStatusList = [
|
||||
{ value: 1, label: '只接受无小孩'},
|
||||
{ value: 2, label: '不介意小孩,但不能住一起'},
|
||||
]
|
||||
|
||||
export const userFilterHouseStatusList = [
|
||||
{ value: 1, label: '必须有房无贷款'},
|
||||
{ value: 2, label: '必须有房(不介意贷款)'},
|
||||
]
|
||||
|
||||
|
||||
// 1-正常 2-已过期 3-已取消
|
||||
export const userVipStatusList = [
|
||||
|
||||
Reference in New Issue
Block a user