Explorar el Código

交易画面持仓列表跳转交易时重新请求symbol数据

lintong hace 6 días
padre
commit
e128677bf5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Koala/Koala/Modular/Deal/V/Deal/DealView.swift

+ 1 - 0
Koala/Koala/Modular/Deal/V/Deal/DealView.swift

@@ -1483,6 +1483,7 @@ extension DealView: UITableViewDelegate, SkeletonTableViewDataSource {
                     // 配置当前选中的股票
                     self.VM?.selectSymbolModel = model.productBean
                     self.VM?.server = accountModel.server
+                    self.VM?.netGetDealProduct()
                     
                     pop.dismissAlert()
                     tableView.setContentOffset(CGPoint.zero, animated: true)