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