File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
apps/miniprogram-agent-ui/miniprogram/components/agent-ui Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1914,7 +1914,7 @@ Component({
19141914 // 是则直接播放
19151915 audioContext . playStatus = 2 ;
19161916 audioContext . showSpeedList = false ;
1917- audioContext . currentSpeed = 1.25 ;
1917+ // audioContext.currentSpeed = 1.25;
19181918 this . setData ( {
19191919 audioContext : audioContext ,
19201920 } ) ;
Original file line number Diff line number Diff line change 164164 <image style="width: 30rpx;height: 30rpx" src="./imgs/playing.svg" mode="widthFix"/>
165165 <!-- 倍速切换按钮 -->
166166 <view class="speed-switch" bindtap="toggleSpeedList" data-recordId="{{item.record_id}}">
167- 倍速
167+
168168 <text class="speed-label">{{audioContext.currentSpeed || '1'}}</text>X
169169 </view>
170170 <!-- 倍速弹窗 -->
Original file line number Diff line number Diff line change @@ -1914,7 +1914,7 @@ Component({
19141914 // 是则直接播放
19151915 audioContext . playStatus = 2 ;
19161916 audioContext . showSpeedList = false ;
1917- audioContext . currentSpeed = 1.25 ;
1917+ // audioContext.currentSpeed = 1.25;
19181918 this . setData ( {
19191919 audioContext : audioContext ,
19201920 } ) ;
Original file line number Diff line number Diff line change 164164 <image style="width: 30rpx;height: 30rpx" src="./imgs/playing.svg" mode="widthFix"/>
165165 <!-- 倍速切换按钮 -->
166166 <view class="speed-switch" bindtap="toggleSpeedList" data-recordId="{{item.record_id}}">
167- 倍速
167+
168168 <text class="speed-label">{{audioContext.currentSpeed || '1'}}</text>X
169169 </view>
170170 <!-- 倍速弹窗 -->
You can’t perform that action at this time.
0 commit comments