jsonwang преди 3 години
родител
ревизия
5813a2f65b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

@@ -2868,7 +2868,7 @@ extension BFRecordScreenController: BFTTSManagerDelegte{
         }
         
         BFLog(message: "TTS 进度:\(Int(progress))")
-        loadingView.titleL.text = "变中 \(Int(progress))%"
+        loadingView.titleL.text = "变中 \(Int(progress))%"
  
         
     }