Browse Source

enable = 0状态更新

lintong 2 tuần trước cách đây
mục cha
commit
7fd7a714a9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Koala/Koala/Modular/Deal/V/Deal/DealView.swift

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

@@ -974,6 +974,7 @@ class DealView: BaseView {
         self.VM?.getDealProductActionBlock = { [weak self] in
             guard let self = self else { return }
             self.tableView.reloadData()
+            self.tabHeaderView.liteInfoView.submitView.bidNotSupport = self.VM?.selectSymbolModel.enable == "0"
         }
         
         var issignalSymbol = true