From 87488fb54db37bc2542c633902ca29c48f2723b0 Mon Sep 17 00:00:00 2001
From: ywk <317226901@qq.com>
Date: Wed, 9 Apr 2025 10:48:03 +0800
Subject: [PATCH] =?UTF-8?q?feat(transDetail):=20=E7=AD=9B=E9=80=89?=
=?UTF-8?q?=E4=BA=A4=E4=BA=92=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/mine/balance/transDetail.vue | 41 +++++++++++++++++++++++++++++-
1 file changed, 40 insertions(+), 1 deletion(-)
diff --git a/pages/mine/balance/transDetail.vue b/pages/mine/balance/transDetail.vue
index d406490..0dbf1f3 100644
--- a/pages/mine/balance/transDetail.vue
+++ b/pages/mine/balance/transDetail.vue
@@ -82,7 +82,14 @@
+
+
@@ -151,7 +158,14 @@
bal.getTransactionDetails(this.queryParams).then(res => {
this.tableList = res.rows
})
- }
+ },
+ clearAll() {
+ this.sxShow = false
+ this.queryParams = {
+
+ }
+ this.getSearch()
+ },
}
}
@@ -208,6 +222,31 @@
color: #FB3024;
}
}
+ .popup_bottom {
+ display: flex;
+ align-items: center;
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+
+ .bottom_btn {
+ flex: 1;
+ padding: 36rpx 0;
+ text-align: center;
+ font-size: 28rpx;
+ }
+
+ .thebtn1 {
+ background-color: rgba(255, 234, 233, 0.65);
+ color: #333333;
+ }
+
+ .thebtn2 {
+ background-color: #FB3024;
+ color: #ffffff;
+ }
+ }
.typesBox {
margin-top: 40rpx;