Browse Source

队列展示tips

harry 3 năm trước cách đây
mục cha
commit
62446ff8d5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

+ 1 - 0
BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

@@ -415,6 +415,7 @@ public func getMachineCode() -> String {
 /// - Returns: <#description#>
 public func cShowHUB(superView: UIView?, msg: String?) {
     var sty: ToastStyle = ToastManager.shared.style
+    ToastManager.shared.isQueueEnabled = true
     sty.messageAlignment = .center
     DispatchQueue.main.async {
         if superView == nil {