修复okx

This commit is contained in:
dekun
2026-05-24 10:24:33 +08:00
parent 77a0861801
commit 134173be24
2 changed files with 89 additions and 48 deletions
+1 -1
View File
@@ -1461,7 +1461,7 @@ if(keyForm){
const rankMax = data.rank_max || 30;
const inTop = data.in_top != null ? data.in_top : data.in_top30;
if(data.rank == null || !inTop){
alert(`${data.symbol} 当前成交排名 ${data.rank == null ? "—" : data.rank}/${data.total},不在前${rankMax},已拦截。`);
alert(`${data.symbol} 当前24h成交排名 ${data.rank == null ? "—" : data.rank}/${data.total},不在前${rankMax},已拦截。`);
return;
}
keyForm.submit();