From 8e7916739f3cd012c69b0fba8505cc90f5475a46 Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Mon, 22 Dec 2025 15:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/luckyCoin/hook.tsx | 2 +- src/views/system/luckyCoin/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/system/luckyCoin/hook.tsx b/src/views/system/luckyCoin/hook.tsx index 93b60c7..75c4fc2 100644 --- a/src/views/system/luckyCoin/hook.tsx +++ b/src/views/system/luckyCoin/hook.tsx @@ -15,7 +15,6 @@ export function useData() { loading.value = true; const { data, code } = await getLuckyCoinInfo(); if (code) { - // console.log(data) formLabel.value = data data.forEach(ele => { formData.value[ele.key] = ele.value @@ -24,6 +23,7 @@ export function useData() { loading.value = false; }; const handleFileSuccess = (list, keyData) => { + console.log(list) formData.value[keyData.key] = list.join(',') } const saveConfig = async () => { diff --git a/src/views/system/luckyCoin/index.vue b/src/views/system/luckyCoin/index.vue index 6e3d219..b9b3a0d 100644 --- a/src/views/system/luckyCoin/index.vue +++ b/src/views/system/luckyCoin/index.vue @@ -31,8 +31,8 @@ onMounted(() => {
- +
{{ ele.key_desc }}