From a633841f1d282244e42d45a84aca55533df34229 Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期二, 01 四月 2025 15:02:18 +0800
Subject: [PATCH] 1.vip续费页面-数据统计及跳转

---
 app/src/main/res/layout/fragment_home.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index 17014a8..8fbd422 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -119,8 +119,7 @@
                     android:id="@+id/income_recycler"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
-                    android:padding="8dp"
-                    android:visibility="gone" />
+                    android:padding="8dp" />
 
                 <androidx.recyclerview.widget.RecyclerView
                     android:id="@+id/flight_recycler"

--
Gitblit v1.9.3