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/Selectmodel.vue b/src/views/Selectmodel.vue index a19b9c7..a4308eb 100644 --- a/src/views/Selectmodel.vue +++ b/src/views/Selectmodel.vue @@ -421,7 +421,7 @@ const goToDeepNineModel = () => { } .buttons-container { - margin-top: 8rem; + margin-top: 18rem; position: relative; width: 100%; } diff --git a/src/views/deepNine.vue b/src/views/deepNine.vue index e1fd7df..a5381ef 100644 --- a/src/views/deepNine.vue +++ b/src/views/deepNine.vue @@ -1455,7 +1455,7 @@ watch( class: "content3", type: "img1", content: - "https://d31zlh4on95l9h.cloudfront.net/images/6bde1eccf4cd2f5c2231df98186c5ced.png", + "https://d31zlh4on95l9h.cloudfront.net/images/5baa0a449cf74fb6a1afb1c909a21194.png", }, "", 50 @@ -1565,20 +1565,25 @@ watch( 50 ); const ac31 = `
【资金异动信号】
`; - const ac32 = result22.data.DXTSC; - const ac33 = result22.data.DXTSC2; + const ac32 = result22.data.dxtsc; + + // const ac33 = result22.data.zjqssc1; + + const ac34 = `
【资金趋势导航】
`; - const ac35 = result22.data.ZJQSSC1; - const ac3 = `
${result23.data.DXTSC}
${result23.data.DXTSC2}
${result23.data.ZJQSSC1}
`; + const ac35 = result22.data.zjqssc1; + + + // const ac3 = `${result23.data.DXTSC}
${result23.data.DXTSC2}
${result23.data.ZJQSSC1}
`; const ac3Arr = []; ac3Arr.push(ac31); if (ac32 != "") { ac3Arr.push(`${ac32}
`); } - if (ac33 != "") { - ac3Arr.push(""); - ac3Arr.push(`${ac33}
`); - } + // if (ac33 != "") { + // ac3Arr.push(""); + // ac3Arr.push(`${ac33}
`); + // } ac3Arr.push(ac34); if (ac35 != "") { ac3Arr.push(`${ac35}
`); @@ -1657,7 +1662,7 @@ watch( ); // 添加内容框4 - const ac5 = `${result23.data.ZJQSSC2}
`; + const ac5 = `${result23.data.zjqssc2}
`; // 先推送初始消息 const aiMessage5 = reactive({ diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 668e6dd..f408a99 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -2018,6 +2018,10 @@ onUnmounted(() => {