From 8588fe30f17d0d28190a279aab8675de0dbf1a5b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 16 Jul 2025 18:46:29 +0800
Subject: [PATCH] 个人添加图片
---
src/components/foreign/foreign-contract-futrue/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/foreign/foreign-contract-futrue/index.vue b/src/components/foreign/foreign-contract-futrue/index.vue
index 5400787..acae19d 100644
--- a/src/components/foreign/foreign-contract-futrue/index.vue
+++ b/src/components/foreign/foreign-contract-futrue/index.vue
@@ -1,6 +1,6 @@
<template>
<div class="contact-futrue">
- <div class="font-24 text-grey mb-24">{{ $t('交割时间') }}</div>
+ <div class="font-24 text-grey mb-24">{{ $t('兑换时间') }}</div>
<ul class="flex flex-wrap w-full">
<li v-for="(item, index) in initFutrue.para" :key="item.para_id" class="h-92 flex items-center mb-22" @click="onSelect(item, index)">
<p class="w-95 h-full flex justify-center items-center font-22 flex-1"
--
Gitblit v1.9.3