From 4b6edf3a8ebe6eebb94615ce692938550556d441 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 11 Oct 2024 17:10:02 +0800
Subject: [PATCH] 1
---
src/page/user/compontents/cash-list.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/user/compontents/cash-list.vue b/src/page/user/compontents/cash-list.vue
index 1a454f2..ac73f4e 100644
--- a/src/page/user/compontents/cash-list.vue
+++ b/src/page/user/compontents/cash-list.vue
@@ -90,12 +90,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">
--
Gitblit v1.9.3