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',