Browse Source

调整工作流。

milestone-20250924-接入大财神工作流
宋杰 15 hours ago
parent
commit
2cdbfd8eae
  1. 24
      src/views/deepNine.vue

24
src/views/deepNine.vue

@ -1565,18 +1565,14 @@ watch(
50 50
); );
const ac31 = `<p style="margin:0;color:#FFD700;font-weight:bold;display:flex;justify-content:center;font-size:22px">【资金异动信号】</p><p>`; const ac31 = `<p style="margin:0;color:#FFD700;font-weight:bold;display:flex;justify-content:center;font-size:22px">【资金异动信号】</p><p>`;
const ac321 = result22.data.DXTSC;
const ac322 = result22.data.dXTSC;
const ac32 = ac321 || ac322 || "";
const ac32 = result22.data.dxtsc;
// const ac33 = result22.data.zjqssc1;
const ac331 = result22.data.DXTSC2;
const ac332 = result22.data.dXTSC2;
const ac33 = ac331 || ac332 || "";
const ac34 = `<p style="margin:0;color:#FFD700;font-weight:bold;display:flex;justify-content:center;font-size:22px">【资金趋势导航】</p><p>`; const ac34 = `<p style="margin:0;color:#FFD700;font-weight:bold;display:flex;justify-content:center;font-size:22px">【资金趋势导航】</p><p>`;
const ac351 = result22.data.ZJQSSC1;
const ac352 = result22.data.dZJQSSC1;
const ac35 = ac351 || ac352 || "";
const ac35 = result22.data.zjqssc1;
// const ac3 = `<p>${result23.data.DXTSC}</p><p>${result23.data.DXTSC2}</p><p>${result23.data.ZJQSSC1}</p>`; // const ac3 = `<p>${result23.data.DXTSC}</p><p>${result23.data.DXTSC2}</p><p>${result23.data.ZJQSSC1}</p>`;
const ac3Arr = []; const ac3Arr = [];
@ -1584,10 +1580,10 @@ watch(
if (ac32 != "") { if (ac32 != "") {
ac3Arr.push(`<p>${ac32}</p>`); 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); ac3Arr.push(ac34);
if (ac35 != "") { if (ac35 != "") {
ac3Arr.push(`<p>${ac35}</p>`); ac3Arr.push(`<p>${ac35}</p>`);
@ -1666,7 +1662,7 @@ watch(
); );
// 4 // 4
const ac5 = `<p>${result23.data.ZJQSSC2}</p>`;
const ac5 = `<p>${result23.data.zjqssc2}</p>`;
// //
const aiMessage5 = reactive({ const aiMessage5 = reactive({

Loading…
Cancel
Save