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
linweijiong
jinfa-platform
Commits
9a224de3
Commit
9a224de3
authored
Jul 28, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 打开注释代码
parent
7ad1baa0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
basicInfo.tsx
src/pages/member/memberQuery/detailed/basicInfo.tsx
+3
-3
index.tsx
src/pages/member/memberQuery/detailed/index.tsx
+10
-10
No files found.
src/pages/member/memberQuery/detailed/basicInfo.tsx
View file @
9a224de3
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-01-06 11:36:35
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-
19 10:06:58
* @LastEditTime: 2021-07-
28 10:02:03
* @Description: 会员基础信息详情
*/
import
React
from
'react'
;
...
...
@@ -70,7 +70,7 @@ const MemberBasicInfo: React.FC<MemberBasicInfoProps> = ({
{
/* 渠道信息 */
}
{
/* 平台录入的会员不需要填渠道信息的 */
}
{
/* {
{
memberInfo
?.
memberTypeEnum
===
MEMBER_TYPE_CHANNEL_CORPORATE
||
memberInfo
?.
memberTypeEnum
===
MEMBER_TYPE_CHANNEL_INDIVIDUAL
?
(
...
...
@@ -87,7 +87,7 @@ const MemberBasicInfo: React.FC<MemberBasicInfoProps> = ({
</
Col
>
)
:
null
}
*/
}
}
{
/* 其他注册信息 */
}
{
...
...
src/pages/member/memberQuery/detailed/index.tsx
View file @
9a224de3
...
...
@@ -112,16 +112,16 @@ const MemberQueryDetailed: React.FC<QueryProps> = props => {
key
:
'basicInfo'
,
name
:
'基本信息'
,
},
//
//
平台录入的会员不需要填渠道信息的
//
(
//
memberInfo?.memberTypeEnum === MEMBER_TYPE_CHANNEL_CORPORATE
//
|| memberInfo?.memberTypeEnum === MEMBER_TYPE_CHANNEL_INDIVIDUAL
//
? {
//
key: 'channelInfo',
//
name: '渠道信息',
//
}
//
: null
//
),
// 平台录入的会员不需要填渠道信息的
(
memberInfo
?.
memberTypeEnum
===
MEMBER_TYPE_CHANNEL_CORPORATE
||
memberInfo
?.
memberTypeEnum
===
MEMBER_TYPE_CHANNEL_INDIVIDUAL
?
{
key
:
'channelInfo'
,
name
:
'渠道信息'
,
}
:
null
),
...(
memberInfo
&&
memberInfo
.
groups
?
memberInfo
.
groups
.
map
((
item
,
index
)
=>
({
...
...
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