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;