Преглед на файлове

fix: 克隆声音录制样本文字错误

王晓东 преди 1 месец
родител
ревизия
2dc737070b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/pages/voice/components/MyVoiceList/components/popup-recorder/index.tsx

+ 1 - 1
src/pages/voice/components/MyVoiceList/components/popup-recorder/index.tsx

@@ -38,7 +38,7 @@ const texts = [
 ]
 
 // 随机一段文本给用户阅读
-const text = texts[Math.round(Math.random() * texts.length - 1)]
+const text = texts[Math.round(Math.random() * (texts.length - 1))]
 
 export default ({
   voiceName,