Browse Source

细节优化

tanxue 3 months ago
parent
commit
ae78755394
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/newEnglish/components/readContent.vue

+ 2 - 1
pages/newEnglish/components/readContent.vue

@@ -20,7 +20,8 @@
 		</view>	
 		
 		<view class="mike-play-box">
-			<view class="mike-play-tip">长按  读一读</view>
+			<view class="mike-play-tip" v-if="isRecording">录音中...</view>
+			<view class="mike-play-tip" v-else>长按  读一读</view>
 			<!-- 	<view class="status">{{ recordingStatus }}</view> -->
 			<!-- 	<view class="duration" v-if="isRecording">录音时长: {{ Math.floor(duration) }}秒</view> -->
 			<view class="du-btn-box">