소스 검색

修改文字

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))%"
  
         
     }