From 6f341d191713ab7a2c884595dae3f5dace22b499 Mon Sep 17 00:00:00 2001 From: yyx <15348303523@163.com> Date: Tue, 8 Jul 2025 18:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=A4=E7=BB=84=E6=98=BE=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pay/fee-standards.vue | 7 +++++-- src/views/task/index.vue | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/pay/fee-standards.vue b/src/views/pay/fee-standards.vue index 133beb7..3921c90 100644 --- a/src/views/pay/fee-standards.vue +++ b/src/views/pay/fee-standards.vue @@ -11,12 +11,15 @@ - {{group_options?.find(i => i.value == citem)?.label}} + {{ + `${group_options?.find(i => i.value == citem)?.label}@${group_options?.find(i => i.value + == citem)?.url}` + }}
频率:{{ item.times }}小时一次
周期:{{ item.cycle }}天
-
utsd金额:{{ item.pay_usdt_amount }}
+
utsd金额:{{ item.price }}
创建时间:{{ item.created_at }}
diff --git a/src/views/task/index.vue b/src/views/task/index.vue index 16e284c..2348d08 100644 --- a/src/views/task/index.vue +++ b/src/views/task/index.vue @@ -12,7 +12,8 @@ - {{group_options?.find(i => i.value == citem)?.label}} + {{`${group_options?.find(i => i.value == citem)?.label}@${group_options?.find(i => i.value + == citem)?.url}`}}
频率:{{ item.times }}小时一次