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
06df8c71
Commit
06df8c71
authored
Jun 01, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'build_2805' into dev_phase2
parents
842e47f3
d4ff4d90
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
88 additions
and
19 deletions
+88
-19
PacketCQG.js
src/Screens/Account/PacrtCQG/PacketCQG.js
+9
-0
WrapNomarl.js
src/Screens/Account/PacrtCQG/WrapNomarl.js
+0
-3
OTPWallet.js
src/Screens/Action/Wallet/OTPWallet.js
+35
-5
ConfirmOTP.js
src/Screens/Authen/ConfirmOTP.js
+20
-4
RegisterOTP.js
src/Screens/Authen/RegisterOTP.js
+20
-6
CountDown.js
src/components/CountDown.js
+4
-1
No files found.
src/Screens/Account/PacrtCQG/PacketCQG.js
View file @
06df8c71
...
...
@@ -26,6 +26,7 @@ const PacketCQG = (props) => {
const
[
feeConnect
,
setFeeConnect
]
=
useState
({
data
:
[],
title
:
''
});
const
[
feeNonPro
,
setFeeNonPro
]
=
useState
({
data
:
[],
title
:
''
});
const
[
feePro
,
setFeePro
]
=
useState
({
data
:
[],
title
:
''
});
const
[
feeOperating
,
setOperrating
]
=
useState
({
data
:
[],
title
:
''
});
const
[
totalMD
,
setTotalMD
]
=
useState
(
0
);
const
[
totalTB
,
setTotalTB
]
=
useState
(
0
);
const
[
isUpdate
,
setIsUpdate
]
=
useState
(
false
);
...
...
@@ -133,6 +134,7 @@ const PacketCQG = (props) => {
setFeeConnect
(
res
.
data
.
data
.
fee_connect
);
setFeeNonPro
(
res
.
data
.
data
.
fee_pro
);
setFeePro
(
res
.
data
.
data
.
fee_non_pro
);
setOperrating
(
res
.
data
.
data
.
fee_operating
);
if
(
res
.
data
.
package_register
.
length
>
0
)
{
setListData
(
res
.
data
.
package_register
);
...
...
@@ -161,6 +163,13 @@ const PacketCQG = (props) => {
<
WrapNomarl
onRemovePacket
=
{
onRemovePacket
}
onChoosePacket
=
{
onChoosePacket
}
data
=
{
feeOperating
}
listRegister
=
{
listRegister
}
/
>
<
WrapNomarl
onRemovePacket
=
{
onRemovePacket
}
onChoosePacket
=
{
onChoosePacket
}
data
=
{
feeConnect
}
listRegister
=
{
listRegister
}
/
>
...
...
src/Screens/Account/PacrtCQG/WrapNomarl.js
View file @
06df8c71
...
...
@@ -21,12 +21,9 @@ const ContainerTop = (props) => {
useEffect
(()
=>
{
const
newList
=
data
.
map
((
e
)
=>
{
console
.
log
(
props
.
listRegister
);
if
(
props
.
listRegister
.
includes
(
e
.
id
))
{
console
.
log
(
'Chay vao day'
,
e
.
id
);
return
{...
e
,
selected
:
true
};
}
else
{
console
.
log
(
'Chay xuong duoi'
,
e
.
id
);
return
{...
e
,
selected
:
false
};
}
});
...
...
src/Screens/Action/Wallet/OTPWallet.js
View file @
06df8c71
...
...
@@ -18,7 +18,11 @@ import {
}
from
'react-native-confirmation-code-field'
;
import
{
getFontXD
,
HEIGHTXD
,
WIDTHXD
}
from
'../../../Config/Functions'
;
import
R
from
'.././../../assets/R'
;
import
{
verifyOTPApi
,
registorApi
}
from
'../../../apis/Functions/users'
;
import
{
verifyOTPApi
,
registorApi
,
getOTPApi
,
}
from
'../../../apis/Functions/users'
;
import
{
useNavigation
}
from
'@react-navigation/native'
;
import
I18n
from
'../../../helper/i18/i18n'
;
import
AppText
from
'../../../components/AppText'
;
...
...
@@ -34,6 +38,8 @@ const CELL_COUNT = 4;
const
ConfirmOTP
=
(
propsa
)
=>
{
const
[
value
,
setValue
]
=
useState
(
''
);
const
[
isReset
,
setReset
]
=
useState
(
false
);
const
navigate
=
useNavigation
();
const
ref
=
useBlurOnFulfill
({
value
,
cellCount
:
CELL_COUNT
});
...
...
@@ -107,6 +113,32 @@ const ConfirmOTP = (propsa) => {
propsa
.
hideLoading
();
}
};
const
getOTP
=
async
()
=>
{
let
res
;
propsa
.
showLoading
();
if
(
propsa
.
route
.
params
.
type
==
'DEPOSIT'
)
{
res
=
await
getOTPApi
({
platform
:
Platform
.
OS
,
otp_by
:
propsa
.
user
.
email
,
type
:
'CUSTOMER_REQUEST_DEPOSIT'
,
});
}
else
{
res
=
await
getOTPApi
({
platform
:
Platform
.
OS
,
otp_by
:
propsa
.
user
.
email
,
type
:
'REQUEST_WITHDRAW'
,
});
}
propsa
.
hideLoading
();
if
(
res
.
data
.
code
==
200
)
{
setReset
(
!
isReset
);
showAlert
(
TYPE
.
SUCCESS
,
I18n
.
t
(
'Notification'
),
res
.
data
.
message
);
}
else
{
showAlert
(
TYPE
.
ERROR
,
I18n
.
t
(
'Notification'
),
res
.
data
.
message
);
}
};
return
(
<
View
style
=
{{
flex
:
1
}}
>
<
HeaderBack
title
=
{
'VerifyOTP'
}
/
>
...
...
@@ -142,14 +174,12 @@ const ConfirmOTP = (propsa) => {
<
TouchableOpacity
onPress
=
{
confirm
}
style
=
{
styles
.
btn
}
>
<
AppText
i18nKey
=
{
'Continue'
}
style
=
{
styles
.
txtBtn
}
/
>
<
/TouchableOpacity
>
<
TouchableOpacity
style
=
{
styles
.
wrapFooter
}
onPress
=
{()
=>
navigate
.
goBack
()}
>
<
TouchableOpacity
style
=
{
styles
.
wrapFooter
}
onPress
=
{
getOTP
}
>
<
Text
style
=
{
styles
.
txtNote
}
>
{
I18n
.
t
(
'OTPValidFiveMinute'
)}
<
/Text
>
<
AppText
i18nKey
=
{
'Re_send'
}
style
=
{
styles
.
txtSend
}
/
>
<
/TouchableOpacity
>
<
CountDown
/>
<
CountDown
isReset
=
{
isReset
}
/
>
<
/View
>
<
/View
>
);
...
...
src/Screens/Authen/ConfirmOTP.js
View file @
06df8c71
...
...
@@ -28,11 +28,13 @@ import {showLoading, hideLoading} from '../../actions/loadingAction';
import
{
connect
}
from
'react-redux'
;
import
{
showAlert
,
TYPE
}
from
'../../components/DropdownAlert'
;
import
CountDown
from
'../../components/CountDown'
;
import
{
getOTPApi
}
from
'../../apis/Functions/users'
;
const
CELL_COUNT
=
4
;
const
ConfirmOTP
=
(
propsa
)
=>
{
const
[
value
,
setValue
]
=
useState
(
''
);
const
[
isReset
,
setReset
]
=
useState
(
false
);
const
navigate
=
useNavigation
();
...
...
@@ -42,6 +44,22 @@ const ConfirmOTP = (propsa) => {
setValue
,
});
const
getOTP
=
async
()
=>
{
propsa
.
showLoading
();
const
res
=
await
getOTPApi
({
platform
:
Platform
.
OS
,
otp_by
:
propsa
.
route
.
params
.
email
,
type
:
'FORGOT_PASSWORD'
,
});
propsa
.
hideLoading
();
if
(
res
.
data
.
code
==
200
)
{
setReset
(
!
isReset
);
showAlert
(
TYPE
.
SUCCESS
,
I18n
.
t
(
'Notification'
),
res
.
data
.
message
);
}
else
{
showAlert
(
TYPE
.
ERROR
,
I18n
.
t
(
'Notification'
),
res
.
data
.
message
);
}
};
const
confirm
=
async
()
=>
{
if
(
!
value
)
{
showAlert
(
TYPE
.
WARN
,
I18n
.
t
(
'Notification'
),
I18n
.
t
(
'EnterOTPRequest'
));
...
...
@@ -106,13 +124,11 @@ const ConfirmOTP = (propsa) => {
<
TouchableOpacity
onPress
=
{
confirm
}
style
=
{
styles
.
btn
}
>
<
AppText
i18nKey
=
{
'Continue'
}
style
=
{
styles
.
txtBtn
}
/
>
<
/TouchableOpacity
>
<
TouchableOpacity
style
=
{
styles
.
wrapFooter
}
onPress
=
{()
=>
navigate
.
goBack
()}
>
<
TouchableOpacity
style
=
{
styles
.
wrapFooter
}
onPress
=
{
getOTP
}
>
<
Text
style
=
{
styles
.
txtNote
}
>
{
I18n
.
t
(
'OTPValidFiveMinute'
)}
<
/Text
>
<
AppText
i18nKey
=
{
'Re_send'
}
style
=
{
styles
.
txtSend
}
/
>
<
/TouchableOpacity
>
<
CountDown
/>
<
CountDown
isReset
=
{
isReset
}
/
>
<
/View
>
<
/View
>
);
...
...
src/Screens/Authen/RegisterOTP.js
View file @
06df8c71
...
...
@@ -19,7 +19,7 @@ import {
import
{
getFontXD
,
HEIGHTXD
,
WIDTHXD
}
from
'../../Config/Functions'
;
import
R
from
'../../assets/R'
;
import
{
NEWPASSWORD
}
from
'../../routers/ScreenNames'
;
import
{
verifyOTPApi
,
registorApi
}
from
'../../apis/Functions/users'
;
import
{
verifyOTPApi
,
registorApi
,
getOTPApi
}
from
'../../apis/Functions/users'
;
import
{
useNavigation
}
from
'@react-navigation/native'
;
import
I18n
from
'../../helper/i18/i18n'
;
import
AppText
from
'../../components/AppText'
;
...
...
@@ -33,7 +33,7 @@ const CELL_COUNT = 4;
const
ConfirmOTP
=
(
propsa
)
=>
{
const
[
value
,
setValue
]
=
useState
(
''
);
const
[
isReset
,
setReset
]
=
useState
(
false
);
const
navigate
=
useNavigation
();
const
ref
=
useBlurOnFulfill
({
value
,
cellCount
:
CELL_COUNT
});
...
...
@@ -103,6 +103,22 @@ const ConfirmOTP = (propsa) => {
}
};
const
getOTP
=
async
()
=>
{
propsa
.
showLoading
();
const
res
=
await
getOTPApi
({
platform
:
Platform
.
OS
,
otp_by
:
propsa
.
route
.
params
.
email
,
type
:
'CUSTOMER_VERIFY'
,
});
propsa
.
hideLoading
();
if
(
res
.
data
.
code
==
200
)
{
setReset
(
!
isReset
);
showAlert
(
TYPE
.
SUCCESS
,
I18n
.
t
(
'Notification'
),
res
.
data
.
message
);
}
else
{
showAlert
(
TYPE
.
ERROR
,
I18n
.
t
(
'Notification'
),
res
.
data
.
message
);
}
};
return
(
<
View
style
=
{{
flex
:
1
}}
>
<
HeaderBack
title
=
{
'VerifyOTP'
}
/
>
...
...
@@ -138,13 +154,11 @@ const ConfirmOTP = (propsa) => {
<
TouchableOpacity
onPress
=
{
confirm
}
style
=
{
styles
.
btn
}
>
<
AppText
i18nKey
=
{
'Continue'
}
style
=
{
styles
.
txtBtn
}
/
>
<
/TouchableOpacity
>
<
TouchableOpacity
style
=
{
styles
.
wrapFooter
}
onPress
=
{()
=>
navigate
.
goBack
()}
>
<
TouchableOpacity
style
=
{
styles
.
wrapFooter
}
onPress
=
{
getOTP
}
>
<
Text
style
=
{
styles
.
txtNote
}
>
{
I18n
.
t
(
'OTPValidFiveMinute'
)}
<
/Text
>
<
AppText
i18nKey
=
{
'Re_send'
}
style
=
{
styles
.
txtSend
}
/
>
<
/TouchableOpacity
>
<
CountDown
/>
<
CountDown
isReset
=
{
isReset
}
/
>
<
/View
>
<
/View
>
);
...
...
src/components/CountDown.js
View file @
06df8c71
...
...
@@ -8,12 +8,15 @@ const CountDown = (props) => {
const
[
count
,
setCount
]
=
useState
(
300
);
useEffect
(()
=>
{
setCount
(
300
);
},
[
props
.
isReset
]);
useEffect
(()
=>
{
if
(
count
==
0
)
showAlert
(
TYPE
.
ERROR
,
I18n
.
t
(
'Notification'
),
I18n
.
t
(
'Overtime'
));
},
[
count
]);
useEffect
(()
=>
{
clearTimeout
();
if
(
count
>
0
)
{
const
timer
=
setTimeout
(()
=>
{
setCount
(
count
-
1
);
...
...
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