This commit is contained in:
张良(004796)
2024-03-18 19:24:17 +08:00
parent 145d263b4f
commit bd9644d273
2 changed files with 6 additions and 4 deletions

View File

@@ -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(() => {

View File

@@ -118,7 +118,7 @@ const stepBorrow = reactive({
"over": true
},
{
"name": t('app.bankCardAbnormality'),
"name": "",
"over": true
},
{