diff --git a/src/views/invest/accountAnalysis/index.vue b/src/views/invest/accountAnalysis/index.vue index 650bcab..00af736 100644 --- a/src/views/invest/accountAnalysis/index.vue +++ b/src/views/invest/accountAnalysis/index.vue @@ -23,6 +23,13 @@
{{ debetBalance }}
+
+ +
+
投资账户余额
+
{{ investBalance }}
+
+
@@ -49,6 +56,13 @@
    投资收益
+
+ +
+
投资账户余额
+
{{ investBalance }}
+
+
@@ -70,13 +84,6 @@
{{ stocksIncome }}
-
- -
-
其他收益
-
{{ otherIncome }}
-
-
    网贷信息
@@ -445,7 +452,7 @@ import { getCreditRecordAnalysis } from '@/api/invest/creditQueryRecord' const futuresIncome = ref(0) const totalIncome = ref(0) const stocksIncome = ref(0) -const otherIncome = ref(0) +const investBalance = ref(0) //基础信息 const posCount = ref(0) @@ -515,7 +522,7 @@ const getIncomeInfoData = () => { totalIncome.value = res.data.totalIncome futuresIncome.value = res.data.futuresIncome stocksIncome.value = res.data.stocksIncome - otherIncome.value = res.data.otherIncome + investBalance.value = res.data.investBalance }) } diff --git a/src/views/invest/creditCardBill/index.vue b/src/views/invest/creditCardBill/index.vue index e6df5d9..e784d13 100644 --- a/src/views/invest/creditCardBill/index.vue +++ b/src/views/invest/creditCardBill/index.vue @@ -91,16 +91,71 @@
+ + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + +