浏览代码

修改文字

jsonwang 3 年之前
父节点
当前提交
4b8e92f47a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/View/BFLoadingView.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/View/BFLoadingView.swift

@@ -34,7 +34,7 @@ class BFLoadingView: UIView {
 
 
     lazy var titleL: UILabel = {
     lazy var titleL: UILabel = {
         let l = UILabel()
         let l = UILabel()
-        l.text = "变中 10%"
+        l.text = "变中 10%"
         l.textAlignment = .center
         l.textAlignment = .center
         l.textColor = UIColor.hexColor(hexadecimal: "#389AFF")
         l.textColor = UIColor.hexColor(hexadecimal: "#389AFF")
         l.font = UIFont.systemFont(ofSize: 16)
         l.font = UIFont.systemFont(ofSize: 16)