From 98233cafe4b4942d537c4ad566b714cff0388dcf Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期三, 14 一月 2026 10:00:59 +0800
Subject: [PATCH] 字段修改
---
pages/home/home.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 81c1ea5..2e7ff38 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -1016,7 +1016,7 @@
if (res.code == 0) {
this.shoukuanJiluTemp = res.data || []
if(this.shoukuanJiluTemp && this.shoukuanJiluTemp.length > 0) {
- this.shoukuanToatl = this.shoukuanJiluTemp[0]?.money || 0
+ this.shoukuanToatl = this.shoukuanJiluTemp[0]?.money2 || 0
if(this.shoukuanJiluTemp.length > 0) {
this.shoukuanJilu = this.shoukuanJiluTemp.slice(0,2)
this.shoukuanIsMore = false
--
Gitblit v1.9.1