From 1bd03f5c2e7b9fa9cc80c4e673e18132da411333 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 12 Nov 2025 16:21:06 +0800
Subject: [PATCH] 1

---
 src/page/user/compontents/cash-list.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/page/user/compontents/cash-list.vue b/src/page/user/compontents/cash-list.vue
index 2693f7f..7b6e3b3 100644
--- a/src/page/user/compontents/cash-list.vue
+++ b/src/page/user/compontents/cash-list.vue
@@ -119,12 +119,12 @@
                 </span>
               </p>
             </div>
-            <!-- <div v-if="item.withStatus == 0" class="order-foot clearfix">
+            <div v-if="item.withStatus == 0" class="order-foot clearfix">
               <div @click="cancle(item.id)" class="foot-btn">
                 <i class="font-icon"></i>
                 {{ $t("hjqxtx") }}
               </div>
-            </div> -->
+            </div>
           </div>
           <!-- <div class="capital">
               <div class="pro">
@@ -218,8 +218,8 @@
 </script>
 <style lang="less" scoped>
 .wrapper {
-  background-color: #fff !important;
-  height: 95vh;
+  // background-color: #fff !important;
+  // height: 95vh;
 }
 
 .payNumber {

--
Gitblit v1.9.3