fix loanRate
This commit is contained in:
parent
8e2e9167fc
commit
956180c52b
@ -754,7 +754,7 @@ export async function createRequestData({
|
||||
},
|
||||
|
||||
async loanRate() {
|
||||
return values.creditRate;
|
||||
return values.creditRate / 100;
|
||||
},
|
||||
|
||||
async loanRatePeriod() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user