@@ -628,11 +628,26 @@
|
||||
marketInited = true;
|
||||
await loadMeta();
|
||||
bind();
|
||||
} else {
|
||||
readQuery();
|
||||
}
|
||||
startAutoRefresh();
|
||||
await loadChart(false);
|
||||
startPriceTagTimer();
|
||||
},
|
||||
openWith: async function (exKey, sym, tf) {
|
||||
if (!marketInited) {
|
||||
await this.init();
|
||||
}
|
||||
if (elExchange && exKey) elExchange.value = exKey;
|
||||
if (elSymbol && sym) elSymbol.value = String(sym).trim().toUpperCase();
|
||||
if (tf && elTf) elTf.value = tf;
|
||||
lastViewKey = "";
|
||||
updateExchangeDisplay();
|
||||
startAutoRefresh();
|
||||
await loadChart(false);
|
||||
startPriceTagTimer();
|
||||
},
|
||||
reload: function (force) {
|
||||
loadChart(!!force);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user