Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈智峰
jinfa-platform
Commits
5f3c910f
Commit
5f3c910f
authored
Jul 03, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 补充状态
parent
0c42c545
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
member.ts
src/constants/member.ts
+2
-2
constant.tsx
src/pages/member/constant.tsx
+2
-2
No files found.
src/constants/member.ts
View file @
5f3c910f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2021-05-18 17:36:53
* @Date: 2021-05-18 17:36:53
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
6-29 16:18:42
* @LastEditTime: 2021-0
7-03 18:41:39
* @Description: 会员相关常量
* @Description: 会员相关常量
*/
*/
...
@@ -53,7 +53,7 @@ export const MEMBER_TYPE = {
...
@@ -53,7 +53,7 @@ export const MEMBER_TYPE = {
/**
/**
* 待提交审核
* 待提交审核
*/
*/
export
const
MEMBER_OUTER_TO_PLATFORM_VERIFY
=
1
;
export
const
MEMBER_OUTER_
STATUS_
TO_PLATFORM_VERIFY
=
1
;
/**
/**
* 待平台审核
* 待平台审核
*/
*/
...
...
src/pages/member/constant.tsx
View file @
5f3c910f
...
@@ -37,7 +37,7 @@ import {
...
@@ -37,7 +37,7 @@ import {
PLATFORM_MEMBER_INNER_STATUS_VERIFY_NOT_PASSED
,
PLATFORM_MEMBER_INNER_STATUS_VERIFY_NOT_PASSED
,
PLATFORM_MEMBER_INNER_STATUS_VERIFY_PASSED
,
PLATFORM_MEMBER_INNER_STATUS_VERIFY_PASSED
,
MEMBER_OUTER_TO_PLATFORM_VERIFY
,
MEMBER_OUTER_
STATUS_
TO_PLATFORM_VERIFY
,
MEMBER_OUTER_STATUS_PLATFORM_VERIFYING
,
MEMBER_OUTER_STATUS_PLATFORM_VERIFYING
,
MEMBER_OUTER_STATUS_PLATFORM_VERIFY_PASSED
,
MEMBER_OUTER_STATUS_PLATFORM_VERIFY_PASSED
,
MEMBER_OUTER_STATUS_PLATFORM_VERIFY_NOT_PASSED
,
MEMBER_OUTER_STATUS_PLATFORM_VERIFY_NOT_PASSED
,
...
@@ -71,7 +71,7 @@ export const MEMBER_STATUS_TAG_MAP = {
...
@@ -71,7 +71,7 @@ export const MEMBER_STATUS_TAG_MAP = {
// 会员外部状态 StatusTag map
// 会员外部状态 StatusTag map
export
const
MEMBER_OUTER_STATUS_TYPE
=
{
export
const
MEMBER_OUTER_STATUS_TYPE
=
{
[
MEMBER_OUTER_TO_PLATFORM_VERIFY
]:
'default'
,
[
MEMBER_OUTER_
STATUS_
TO_PLATFORM_VERIFY
]:
'default'
,
[
MEMBER_OUTER_STATUS_PLATFORM_VERIFYING
]:
'warning'
,
[
MEMBER_OUTER_STATUS_PLATFORM_VERIFYING
]:
'warning'
,
[
MEMBER_OUTER_STATUS_PLATFORM_VERIFY_PASSED
]:
'success'
,
[
MEMBER_OUTER_STATUS_PLATFORM_VERIFY_PASSED
]:
'success'
,
[
MEMBER_OUTER_STATUS_PLATFORM_VERIFY_NOT_PASSED
]:
'danger'
,
[
MEMBER_OUTER_STATUS_PLATFORM_VERIFY_NOT_PASSED
]:
'danger'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment