From 02da9d975f02c50cf44a3ca4611820ed97f95e51 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Sun, 4 Jan 2026 22:38:23 -0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=83=AD=E5=8C=BA=E7=82=B9?= =?UTF-8?q?=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Help/DownloadMethodList/DownloadMethodList.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/pages/Help/DownloadMethodList/DownloadMethodList.vue b/src/pages/Help/DownloadMethodList/DownloadMethodList.vue index d427795..ef82bd1 100644 --- a/src/pages/Help/DownloadMethodList/DownloadMethodList.vue +++ b/src/pages/Help/DownloadMethodList/DownloadMethodList.vue @@ -95,7 +95,11 @@ height: hz.h + 'px', }" @click="handleHotzone(hz)" - > + > + {{ + hz.payload + }} + @@ -150,6 +154,10 @@ interface Hotzone { payload: string label?: string } +const account = [ + { account: 'prla08741@gmx.com', password: 'Qw990088' }, + { account: 'guazhexing721@gmx.com', password: 'Qw990088' }, +] // 直接在内部定义数据 const downloadMethods = ref([ @@ -205,7 +213,7 @@ const downloadMethods = ref([ pcHotzones: [ { x: 103, - y: 1430, + y: 1426, w: 140, h: 20, type: 'text', @@ -213,7 +221,7 @@ const downloadMethods = ref([ }, { x: 103, - y: 1470, + y: 1463, w: 140, h: 20, type: 'text',