Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Giang Tran
InvestCustomer
Commits
7c6e90a3
Commit
7c6e90a3
authored
Jun 14, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code
parent
eaffd5e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
14 deletions
+19
-14
PacketCQG.js
src/Screens/Account/PacrtCQG/PacketCQG.js
+17
-13
WrapNomarl.js
src/Screens/Account/PacrtCQG/WrapNomarl.js
+2
-1
No files found.
src/Screens/Account/PacrtCQG/PacketCQG.js
View file @
7c6e90a3
...
...
@@ -162,7 +162,7 @@ const PacketCQG = (props) => {
<
View
style
=
{
styles
.
container
}
>
<
AppText
i18nKey
=
{
'Note_cqg'
}
/
>
<
ContainerTop
fee
=
{
fee
}
/
>
{
feeOperating
.
title
?
(
{
feeOperating
.
data
.
length
>
0
?
(
<
WrapNomarl
onRemovePacket
=
{
onRemovePacket
}
onChoosePacket
=
{
onChoosePacket
}
...
...
@@ -170,19 +170,23 @@ const PacketCQG = (props) => {
listRegister
=
{
listRegister
}
/
>
)
:
null
}
{
feeConnect
.
data
.
length
>
0
?
(
<
WrapNomarl
onRemovePacket
=
{
onRemovePacket
}
onChoosePacket
=
{
onChoosePacket
}
data
=
{
feeConnect
}
listRegister
=
{
listRegister
}
/
>
)
:
null
}
<
WrapNomarl
onRemovePacket
=
{
onRemovePacket
}
onChoosePacket
=
{
onChoosePacket
}
data
=
{
feeConnect
}
listRegister
=
{
listRegister
}
/
>
<
WrapNomarl
onRemovePacket
=
{
onRemovePacket
}
onChoosePacket
=
{
onChoosePacket
}
data
=
{
feeNonPro
}
listRegister
=
{
listRegister
}
/
>
{
feeNonPro
.
data
.
length
>
0
?
(
<
WrapNomarl
onRemovePacket
=
{
onRemovePacket
}
onChoosePacket
=
{
onChoosePacket
}
data
=
{
feeNonPro
}
listRegister
=
{
listRegister
}
/
>
)
:
null
}
<
FeePro
onRemovePacket
=
{
onRemovePacket
}
...
...
src/Screens/Account/PacrtCQG/WrapNomarl.js
View file @
7c6e90a3
...
...
@@ -44,7 +44,8 @@ const ContainerTop = (props) => {
return
(
<
View
>
<
Text
style
=
{
styles
.
txtTitle
}
>
{
title
}
<
/Text
>
{
title
?
<
Text
style
=
{
styles
.
txtTitle
}
>
{
title
}
<
/Text> : null
}
<
View
style
=
{
styles
.
wrap
}
>
{
listItem
.
map
((
e
)
=>
(
<
View
key
=
{
e
.
id
+
'a'
}
style
=
{
styles
.
item
}
>
...
...
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