From 7587273f1a543832307a96ce50041b16f4091410 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 22 May 2025 16:06:52 +0800
Subject: [PATCH] 111
---
src/page/order/FinancialOrder/index.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/page/order/FinancialOrder/index.vue b/src/page/order/FinancialOrder/index.vue
index d80b7f9..a980235 100644
--- a/src/page/order/FinancialOrder/index.vue
+++ b/src/page/order/FinancialOrder/index.vue
@@ -71,8 +71,10 @@
</div>
</div>
</div>
- <div v-if="this.showBtn" @click="ransom" class="text-white btnMain h-97 lh-97 w-762 rounded-lg text-center fixed wz ">
- {{ $t('我要赎回') }}</div>
+ <!-- <div v-if="this.showBtn" @click="ransom" class="text-white btnMain h-97 lh-97 w-762 rounded-lg text-center fixed wz ">
+ {{ $t('我要赎回') }}</div> -->
+ <div v-if="dataObj.state!=2" @click="ransom" class="text-white btnMain h-97 lh-97 w-762 rounded-lg text-center fixed wz ">
+ {{ $t('我要赎回') }}</div>
</div>
</template>
--
Gitblit v1.9.3