2 커밋 0db3669a39 ... 2ca40ad6b5

작성자 SHA1 메시지 날짜
  lintong 2ca40ad6b5 Merge branch '推广版' of http://156.254.127.134:3000/tomy/JD_iOS into 推广版 6 일 전
  lintong e128677bf5 交易画面持仓列表跳转交易时重新请求symbol数据 6 일 전
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)