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 = {
         let l = UILabel()
-        l.text = "变中 10%"
+        l.text = "变中 10%"
         l.textAlignment = .center
         l.textColor = UIColor.hexColor(hexadecimal: "#389AFF")
         l.font = UIFont.systemFont(ofSize: 16)