update pay ui

This commit is contained in:
2025-12-02 18:55:59 +08:00
parent 4ea1ef08f4
commit 642de62566
4 changed files with 10 additions and 3 deletions

View File

@@ -411,7 +411,7 @@ const MarketDataView = ({ stockCode: propStockCode }) => {
if (propStockCode && propStockCode !== stockCode) {
setStockCode(propStockCode);
}
}, [propStockCode]);
}, [propStockCode, stockCode]);
useEffect(() => {
if (stockCode) {