From bd9644d2735760562431470bb569b6ba224f2039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=89=AF=28004796=29?= Date: Mon, 18 Mar 2024 19:24:17 +0800 Subject: [PATCH] 123 --- src/views/index/home/index.vue | 8 +++++--- src/views/index/serveList/index.vue | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/index/home/index.vue b/src/views/index/home/index.vue index 17a7992..0752d2b 100644 --- a/src/views/index/home/index.vue +++ b/src/views/index/home/index.vue @@ -17,7 +17,7 @@
@@ -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(() => { diff --git a/src/views/index/serveList/index.vue b/src/views/index/serveList/index.vue index ec4708b..90136c2 100644 --- a/src/views/index/serveList/index.vue +++ b/src/views/index/serveList/index.vue @@ -118,7 +118,7 @@ const stepBorrow = reactive({ "over": true }, { - "name": t('app.bankCardAbnormality'), + "name": "", "over": true }, {