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
5d9f4cb8
Commit
5d9f4cb8
authored
May 17, 2021
by
Nguyễn Thị Thúy
Browse files
Options
Browse Files
Download
Plain Diff
merge dev_phase2
parents
f4067aef
73759f1b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
Profile.js
src/Screens/AccountVerification/Tab/Profile.js
+3
-2
HeaderHome.js
src/components/Header/HeaderHome.js
+1
-1
vn.js
src/helper/i18/locales/vn.js
+4
-4
No files found.
src/Screens/AccountVerification/Tab/Profile.js
View file @
5d9f4cb8
...
...
@@ -30,7 +30,7 @@ import PickerItem from '../../../components/Picker/PickerItem';
import
{
saveUserToRedux
}
from
'../../../actions/users'
;
import
I18n
from
'../../../helper/i18/i18n'
;
import
{
uploadImage
}
from
'../../../apis/Functions/Upload'
;
import
{
TYPE
}
from
'../../../components/DropdownAlert'
;
import
{
showAlert
,
TYPE
}
from
'../../../components/DropdownAlert'
;
const
{
width
}
=
Dimensions
.
get
(
'window'
);
...
...
@@ -67,6 +67,7 @@ const Profile = (props) => {
data
.
append
(
key
,
body
[
key
]);
});
console
.
log
(
'Data'
,
data
);
return
data
;
};
...
...
@@ -97,7 +98,7 @@ const Profile = (props) => {
const
res
=
await
uploadImage
(
createFormData
(
urlBack
,
{
scope
:
'VERIFY_USER'
,
field_name
:
'identity_
before
'
,
field_name
:
'identity_
after
'
,
platform
:
Platform
.
OS
,
}),
);
...
...
src/components/Header/HeaderHome.js
View file @
5d9f4cb8
...
...
@@ -264,7 +264,7 @@ const HeaderHome = (props) => {
{
props
.
user
.
status
==
2
?
(
<
AppText
i18nKey
=
{
'
Verified
'
}
i18nKey
=
{
'
WaitVerification
'
}
style
=
{{
color
:
'#FFB721'
}}
><
/AppText
>
)
:
null
}
<
/View
>
...
...
src/helper/i18/locales/vn.js
View file @
5d9f4cb8
...
...
@@ -177,10 +177,10 @@ export default {
IdentityCard
:
'Chứng minh nhân dân'
,
Passport
:
'Hộ chiếu'
,
CitizenIdentification
:
'Căn cước công dân'
,
IdentityCardFrontPhoto
:
'Ảnh mặt trước C
N
ND'
,
IdentityCitizenCardFrontPhoto
:
'Ảnh mặt trước C
N
ND/CCCD'
,
IdentityCardBackPhoto
:
'Ảnh mặt sau C
N
ND'
,
IdentityCitizenCardBackPhoto
:
'Ảnh mặt sau C
N
ND/CCCD'
,
IdentityCardFrontPhoto
:
'Ảnh mặt trước C
M
ND'
,
IdentityCitizenCardFrontPhoto
:
'Ảnh mặt trước C
M
ND/CCCD'
,
IdentityCardBackPhoto
:
'Ảnh mặt sau C
M
ND'
,
IdentityCitizenCardBackPhoto
:
'Ảnh mặt sau C
M
ND/CCCD'
,
SignPhoto
:
'Ảnh chữ ký'
,
EnterOTPRequest
:
'Vui lòng nhập mã OTP'
,
OTPInvalid
:
'Mã OTP không đúng định dạ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