Browse Source

数据缺失报错处理

dev
no99 1 week ago
parent
commit
b6e5bbee64
  1. 2
      src/views/AIchat.vue

2
src/views/AIchat.vue

@ -796,6 +796,7 @@ watch(
const isLiuSe = HomePage ? true : false;
const isAIGoldBull =
AIGoldBull &&
AIGoldBull.DNC &&
AIGoldBull.FCX &&
AIGoldBull.JN &&
@ -1465,6 +1466,7 @@ watch(
}
// K线
if (
AIGoldBull &&
AIGoldBull.DNC &&
AIGoldBull.FCX &&
AIGoldBull.JN &&

Loading…
Cancel
Save