From 9495998e97dd04d4bdfcf32dfd4d49cd45c1fe32 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 11 Sep 2025 11:05:12 +0800
Subject: [PATCH] 1
---
src/views/C2C/withdraw/withdrawDetail.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/C2C/withdraw/withdrawDetail.vue b/src/views/C2C/withdraw/withdrawDetail.vue
index 090774f..04d1b4b 100644
--- a/src/views/C2C/withdraw/withdrawDetail.vue
+++ b/src/views/C2C/withdraw/withdrawDetail.vue
@@ -1,11 +1,11 @@
<template>
<div class="pl-30 pr-30 withdrawDetail">
- <detail type="提现" />
+ <!-- <detail type="提现" /> -->
</div>
</template>
<script>
-import Detail from '@/page/recharge/rechargeDetail.vue'
+// import Detail from '@/page/recharge/rechargeDetail.vue'
export default {
components: {
Detail
--
Gitblit v1.9.3