From 74740ef086f0838ab79c8598490ef6da9d5efbec Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Sat, 4 Oct 2025 17:53:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E5=BC=80=E5=A4=B4=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=86=99=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 3 ++- src/views/deepNine.vue | 17 +++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 9714d72..5e91f0b 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -4,7 +4,8 @@ declare module 'vue' { export interface GlobalComponents { - HelloWorld: typeof import('./components/HelloWorld.vue')['default'] + MessageItem: typeof import('./components/deepNine/MessageItem.vue')['default'] + ThinkingGif: typeof import('./components/deepNine/ThinkingGif.vue')['default'] } } diff --git a/src/views/deepNine.vue b/src/views/deepNine.vue index e1fd7df..dc2486d 100644 --- a/src/views/deepNine.vue +++ b/src/views/deepNine.vue @@ -1565,11 +1565,20 @@ watch( 50 ); const ac31 = `
【资金异动信号】
`; - const ac32 = result22.data.DXTSC; - const ac33 = result22.data.DXTSC2; + const ac321 = result22.data.DXTSC; + const ac322 = result22.data.dXTSC; + const ac32 = ac321 || ac322 || ""; + + const ac331 = result22.data.DXTSC2; + const ac332 = result22.data.dXTSC2; + const ac33 = ac331 || ac332 || ""; + const ac34 = `
【资金趋势导航】
`; - const ac35 = result22.data.ZJQSSC1; - const ac3 = `
${result23.data.DXTSC}
${result23.data.DXTSC2}
${result23.data.ZJQSSC1}
`; + const ac351 = result22.data.ZJQSSC1; + const ac352 = result22.data.dZJQSSC1; + const ac35 = ac351 || ac352 || ""; + + // const ac3 = `${result23.data.DXTSC}
${result23.data.DXTSC2}
${result23.data.ZJQSSC1}
`; const ac3Arr = []; ac3Arr.push(ac31); if (ac32 != "") {