Pārlūkot izejas kodu

提示语错误

harry 3 gadi atpakaļ
vecāks
revīzija
29f6d17935
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      Introduce/Record/INVideoExportController.swift

+ 2 - 2
Introduce/Record/INVideoExportController.swift

@@ -231,7 +231,7 @@ class INVideoExportController: BFBaseViewController {
                         case ExportError.DiskNoSpace.rawValue :
                             l.text = "手机存储空间不足"
                         case ExportError.VoiceLost.rawValue :
-                            l.text = "手机存储空间不足"
+                            l.text = "手机录音文件丢失"
                         default:
                             l.text = "请重新尝试"
                         }
@@ -309,7 +309,7 @@ class INVideoExportController: BFBaseViewController {
             if let sbtn = sliderView?.viewWithTag(1) as? UIButton {
                 sbtn.isSelected = false
                 avplayer.play()
-            }            
+            }
         }
     }