Преглед на файлове

图表界面54与53同样处理

deng.yinping преди 3 месеца
родител
ревизия
e5b5bdd625
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/packages/pc/components/modules/quote/tik/index.vue

+ 1 - 1
src/packages/pc/components/modules/quote/tik/index.vue

@@ -66,7 +66,7 @@ useRequest(queryMarketRun, {
 // 监听行情推送
 quoteWatch(props.goodsCode, (quote) => {
     const { last = 0, lasttime = '', lastvolume = 0 } = quote
-    if (last && (lastvolume || [10, 52, 53, 97, 99].includes(quoteDay.value?.trademode ?? 0))) {
+    if (last && (lastvolume || [10, 52, 53, 54, 97, 99].includes(quoteDay.value?.trademode ?? 0))) {
         const list = dataList.value
         if (list.length > 29) {
             // 移除列表最后一条记录