|
|
@@ -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) {
|
|
|
// 移除列表最后一条记录
|