From 58185680142fd90bdb570317e66c4b5f5619003f Mon Sep 17 00:00:00 2001 From: yyx <15348303523@163.com> Date: Thu, 10 Jul 2025 16:23:51 +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 | 4 ++-- src/views/task/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/pay/fee-standards.vue b/src/views/pay/fee-standards.vue index 3921c90..4721561 100644 --- a/src/views/pay/fee-standards.vue +++ b/src/views/pay/fee-standards.vue @@ -12,7 +12,7 @@ @click="goPage(group_options?.find(i => i.value == citem)?.url)" v-for="(citem, index) in JSON.parse(item.group_ids)" :key="index"> {{ - `${group_options?.find(i => i.value == citem)?.label}@${group_options?.find(i => i.value + `${group_options?.find(i => i.value == citem)?.url}` }} @@ -20,7 +20,7 @@