Parcourir la source

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

lintong il y a 6 jours
Parent
commit
e128677bf5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)