fixed error

This commit is contained in:
Justin
2023-08-03 17:37:29 +08:00
committed by GitHub
parent a47f919866
commit b031fa0ee7

View File

@@ -1298,7 +1298,7 @@ function getTradingSettings(page) {
else if (whatFeature == 1) {
let prepost = page.querySelectorAll(".prepost-select")[0].checked;
let portfolio = page.querySelectorAll(".portfolio-select")[0].checked;
let lohivol = page.querySelectorAll("lohivol-select")[0].checked;
let lohivol = page.querySelectorAll(".lohivol-select")[0].checked;
settings = {
prepost: prepost,
percent: percent,