浏览代码

修改文字

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))")
         BFLog(message: "TTS 进度:\(Int(progress))")
-        loadingView.titleL.text = "变中 \(Int(progress))%"
+        loadingView.titleL.text = "变中 \(Int(progress))%"
  
  
         
         
     }
     }