Commit 5d9f4cb8 by Nguyễn Thị Thúy

merge dev_phase2

parents f4067aef 73759f1b
...@@ -30,7 +30,7 @@ import PickerItem from '../../../components/Picker/PickerItem'; ...@@ -30,7 +30,7 @@ import PickerItem from '../../../components/Picker/PickerItem';
import {saveUserToRedux} from '../../../actions/users'; import {saveUserToRedux} from '../../../actions/users';
import I18n from '../../../helper/i18/i18n'; import I18n from '../../../helper/i18/i18n';
import {uploadImage} from '../../../apis/Functions/Upload'; import {uploadImage} from '../../../apis/Functions/Upload';
import {TYPE} from '../../../components/DropdownAlert'; import {showAlert, TYPE} from '../../../components/DropdownAlert';
const {width} = Dimensions.get('window'); const {width} = Dimensions.get('window');
...@@ -67,6 +67,7 @@ const Profile = (props) => { ...@@ -67,6 +67,7 @@ const Profile = (props) => {
data.append(key, body[key]); data.append(key, body[key]);
}); });
console.log('Data', data); console.log('Data', data);
return data; return data;
}; };
...@@ -97,7 +98,7 @@ const Profile = (props) => { ...@@ -97,7 +98,7 @@ const Profile = (props) => {
const res = await uploadImage( const res = await uploadImage(
createFormData(urlBack, { createFormData(urlBack, {
scope: 'VERIFY_USER', scope: 'VERIFY_USER',
field_name: 'identity_before', field_name: 'identity_after',
platform: Platform.OS, platform: Platform.OS,
}), }),
); );
......
...@@ -264,7 +264,7 @@ const HeaderHome = (props) => { ...@@ -264,7 +264,7 @@ const HeaderHome = (props) => {
{props.user.status == 2 ? ( {props.user.status == 2 ? (
<AppText <AppText
i18nKey={'Verified'} i18nKey={'WaitVerification'}
style={{color: '#FFB721'}}></AppText> style={{color: '#FFB721'}}></AppText>
) : null} ) : null}
</View> </View>
......
...@@ -177,10 +177,10 @@ export default { ...@@ -177,10 +177,10 @@ export default {
IdentityCard: 'Chứng minh nhân dân', IdentityCard: 'Chứng minh nhân dân',
Passport: 'Hộ chiếu', Passport: 'Hộ chiếu',
CitizenIdentification: 'Căn cước công dân', CitizenIdentification: 'Căn cước công dân',
IdentityCardFrontPhoto: 'Ảnh mặt trước CNND', IdentityCardFrontPhoto: 'Ảnh mặt trước CMND',
IdentityCitizenCardFrontPhoto: 'Ảnh mặt trước CNND/CCCD', IdentityCitizenCardFrontPhoto: 'Ảnh mặt trước CMND/CCCD',
IdentityCardBackPhoto: 'Ảnh mặt sau CNND', IdentityCardBackPhoto: 'Ảnh mặt sau CMND',
IdentityCitizenCardBackPhoto: 'Ảnh mặt sau CNND/CCCD', IdentityCitizenCardBackPhoto: 'Ảnh mặt sau CMND/CCCD',
SignPhoto: 'Ảnh chữ ký', SignPhoto: 'Ảnh chữ ký',
EnterOTPRequest: 'Vui lòng nhập mã OTP', EnterOTPRequest: 'Vui lòng nhập mã OTP',
OTPInvalid: 'Mã OTP không đúng định dạng', OTPInvalid: 'Mã OTP không đúng định dạng',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment