浏览代码

队列展示tips

harry 3 年之前
父节点
当前提交
62446ff8d5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {