|
|
@ -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 = `<p style="margin:0;color:#FFD700;font-weight:bold;display:flex;justify-content:center;font-size:22px">【资金异动信号】</p><p>`; |
|
|
|
const ac32 = result22.data.DXTSC; |
|
|
|
const ac33 = result22.data.DXTSC2; |
|
|
|
const ac32 = result22.data.dxtsc; |
|
|
|
|
|
|
|
// const ac33 = result22.data.zjqssc1; |
|
|
|
|
|
|
|
|
|
|
|
const ac34 = `<p style="margin:0;color:#FFD700;font-weight:bold;display:flex;justify-content:center;font-size:22px">【资金趋势导航】</p><p>`; |
|
|
|
const ac35 = result22.data.ZJQSSC1; |
|
|
|
const ac3 = `<p>${result23.data.DXTSC}</p><p>${result23.data.DXTSC2}</p><p>${result23.data.ZJQSSC1}</p>`; |
|
|
|
const ac35 = result22.data.zjqssc1; |
|
|
|
|
|
|
|
|
|
|
|
// const ac3 = `<p>${result23.data.DXTSC}</p><p>${result23.data.DXTSC2}</p><p>${result23.data.ZJQSSC1}</p>`; |
|
|
|
const ac3Arr = []; |
|
|
|
ac3Arr.push(ac31); |
|
|
|
if (ac32 != "") { |
|
|
|
ac3Arr.push(`<p>${ac32}</p>`); |
|
|
|
} |
|
|
|
if (ac33 != "") { |
|
|
|
ac3Arr.push(""); |
|
|
|
ac3Arr.push(`<p>${ac33}</p>`); |
|
|
|
} |
|
|
|
// if (ac33 != "") { |
|
|
|
// ac3Arr.push(""); |
|
|
|
// ac3Arr.push(`<p>${ac33}</p>`); |
|
|
|
// } |
|
|
|
ac3Arr.push(ac34); |
|
|
|
if (ac35 != "") { |
|
|
|
ac3Arr.push(`<p>${ac35}</p>`); |
|
|
@ -1657,7 +1662,7 @@ watch( |
|
|
|
); |
|
|
|
|
|
|
|
// 添加内容框4 |
|
|
|
const ac5 = `<p>${result23.data.ZJQSSC2}</p>`; |
|
|
|
const ac5 = `<p>${result23.data.zjqssc2}</p>`; |
|
|
|
|
|
|
|
// 先推送初始消息 |
|
|
|
const aiMessage5 = reactive({ |
|
|
|