ivernaloo/estate-dashboard

跳出判断的条件

Closed this issue · 1 comments

detect(!!PRICEDATA[_time])

如果这一天发了两个通知,就返回结束标识符了。

if (data){
                        detect(!!PRICEDATA[_time]); // have no this data
                        PRICEDATA[_time] = data;
                    } else {
                        detect(false); // no data return and continue the async series
                    }