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
9d447a40
Commit
9d447a40
authored
Jul 15, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit item seartch
parent
1d45f96b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
7 deletions
+19
-7
Item.js
src/Screens/Menu/MyGroup/Item.js
+7
-0
SearchPartner.js
src/Screens/Menu/MyGroup/SearchPartner.js
+5
-1
Level1.js
src/Screens/Menu/MyGroup/Tabs/Level1.js
+1
-0
vn.js
src/helper/i18/locales/vn.js
+6
-6
No files found.
src/Screens/Menu/MyGroup/Item.js
View file @
9d447a40
...
...
@@ -14,6 +14,7 @@ const Item = (props) => {
status_name
,
created
,
sponsor_name
,
level
,
}
=
props
.
item
;
const
navigation
=
useNavigation
();
...
...
@@ -45,6 +46,12 @@ const Item = (props) => {
<
Text
style
=
{{
fontSize
:
getFontXD
(
36
)}}
>
{
sponsor_name
}
<
/Text
>
<
/View
>
)}
{
props
.
isSearch
==
false
?
null
:
(
<
View
style
=
{
styles
.
row
}
>
<
AppText
style
=
{
styles
.
txtTitle
}
i18nKey
=
{
'level'
}
/
>
<
Text
style
=
{{
fontSize
:
getFontXD
(
36
)}}
>
{
level
}
<
/Text
>
<
/View
>
)}
<
/View
>
<
/TouchableOpacity
>
);
...
...
src/Screens/Menu/MyGroup/SearchPartner.js
View file @
9d447a40
...
...
@@ -95,7 +95,11 @@ const Level1 = (props) => {
onLoadMore
();
}}
renderItem
=
{({
item
,
index
})
=>
(
<
Item
isEnd
=
{
data
.
length
-
1
==
index
?
true
:
false
}
item
=
{
item
}
/
>
<
Item
isSearch
=
{
true
}
isEnd
=
{
data
.
length
-
1
==
index
?
true
:
false
}
item
=
{
item
}
/
>
)}
/
>
)
:
(
...
...
src/Screens/Menu/MyGroup/Tabs/Level1.js
View file @
9d447a40
...
...
@@ -81,6 +81,7 @@ const Level1 = (props) => {
}}
renderItem
=
{({
item
,
index
})
=>
(
<
Item
isSearch
=
{
false
}
level
=
{
props
.
type
}
isEnd
=
{
data
.
length
-
1
==
index
?
true
:
false
}
item
=
{
item
}
...
...
src/helper/i18/locales/vn.js
View file @
9d447a40
...
...
@@ -59,7 +59,7 @@ export default {
PriceTable
:
'Bảng giá'
,
Chart
:
'Biểu đồ'
,
Calendar
:
'Lịch thị trường'
,
Fullname
:
'Họ và tên'
,
Fullname
:
'Họ và tên
:
'
,
Birth
:
'Ngày sinh'
,
Male
:
'Giới tính'
,
Status
:
'Trạng thái:'
,
...
...
@@ -104,7 +104,7 @@ export default {
Here
:
'Tại đây'
,
Open_account_demo
:
'Hoặc bạn có thể mở tài khoản thử'
,
Features_develop
:
'Không có dữ liệu!'
,
Email
:
'Email'
,
Email
:
'Email
:
'
,
Password
:
'Mật khẩu'
,
Login
:
'Đăng nhập'
,
Register
:
'Đăng ký'
,
...
...
@@ -341,13 +341,13 @@ export default {
level2
:
'Cấp 2'
,
level3
:
'Cấp 3'
,
SearchPartner
:
'Tìm kiếm đối tác'
,
level
:
'Cấp'
,
level
:
'Cấp
:
'
,
NamePartner
:
'Tên đối tác'
,
Opened
:
'Đã mở'
,
Unopen
:
'Chưa mở'
,
OpenAccountExchange
:
'Mở TKGD:'
,
DateJoin
:
'Ngày tham gia:'
,
Sponsor
:
'Người giới thiệu'
,
CountSponsors
:
'Số người giới thiệu'
,
TotalCommission
:
'Tổng tiền hoa hồng'
,
Sponsor
:
'Người giới thiệu
:
'
,
CountSponsors
:
'Số người giới thiệu
:
'
,
TotalCommission
:
'Tổng tiền hoa hồng
:
'
,
};
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