修复币安交易记录
This commit is contained in:
@@ -1009,7 +1009,7 @@ function syncExchangePnl(force){
|
||||
body: JSON.stringify({limit: 200, force: !!force})
|
||||
}).then(r=>r.json()).then(data=>{
|
||||
if(data.ok){
|
||||
alert("已同步 " + (data.synced||0) + " / " + (data.candidates||0) + " 条记录,页面将刷新");
|
||||
alert(data.msg || ("已同步 " + (data.synced||0) + " / " + (data.candidates||0) + " 条记录,页面将刷新"));
|
||||
window.location.reload();
|
||||
} else {
|
||||
alert(data.msg || "同步失败");
|
||||
|
||||
Reference in New Issue
Block a user