123
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<div class="product-content">
|
<div class="product-content">
|
||||||
<div class="product-content-label">
|
<div class="product-content-label">
|
||||||
<div>{{$t('home.minimumDailyInterestRate')}}</div>
|
<div>{{$t('home.minimumDailyInterestRate')}}</div>
|
||||||
<div><span>{{ calLoan.loanRate }}%</span></div>
|
<div><span>{{ loans.minDayServiceRate }}%</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="product-content-label">
|
<div class="product-content-label">
|
||||||
<div>{{$t('home.borrowingLimit')}}</div>
|
<div>{{$t('home.borrowingLimit')}}</div>
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<div class="apply-mqhk">
|
<div class="apply-mqhk">
|
||||||
<div>{{ $t('home.repaymentPerInstallment') }}</div>
|
<div>{{ $t('home.repaymentPerInstallment') }}</div>
|
||||||
<div>¥{{ calLoan.avgRepayment }}</div>
|
<div>¥{{ calLoan.avgRepayment }}</div>
|
||||||
<div>({{ $t('home.dailyInterestRate') }}{{ calLoan.loanRate }}% {{ $t('home.totalInterest') }}¥{{ calLoan.totalInterest }})</div>
|
<div>({{ $t('home.dailyInterestRate') }}{{ calLoan.loanRateDay*100 }}% {{ $t('home.totalInterest') }}¥{{ calLoan.totalInterest }})</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -177,6 +177,7 @@ const loans = reactive({
|
|||||||
loansInitMonth: "",
|
loansInitMonth: "",
|
||||||
loansMaxAccount: 0,
|
loansMaxAccount: 0,
|
||||||
loansMinAccount: 0,
|
loansMinAccount: 0,
|
||||||
|
minDayServiceRate: 0,
|
||||||
loansMonth: "",
|
loansMonth: "",
|
||||||
loansMonthList: [],
|
loansMonthList: [],
|
||||||
serviceRate: "",
|
serviceRate: "",
|
||||||
@@ -215,7 +216,8 @@ const calLoan = reactive({
|
|||||||
"totalInterest": 0,
|
"totalInterest": 0,
|
||||||
"totalLoanMoney": 0,
|
"totalLoanMoney": 0,
|
||||||
"totalMonth": 0,
|
"totalMonth": 0,
|
||||||
"totalRepayment": 0
|
"totalRepayment": 0,
|
||||||
|
"loanRateDay": 0
|
||||||
})
|
})
|
||||||
|
|
||||||
const params = computed(() => {
|
const params = computed(() => {
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ const stepBorrow = reactive({
|
|||||||
"over": true
|
"over": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": t('app.bankCardAbnormality'),
|
"name": "",
|
||||||
"over": true
|
"over": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user