王士厅

OperRowListView.ets 音频按钮替换成gif

@@ -290,7 +290,7 @@ export struct OperRowListView { @@ -290,7 +290,7 @@ export struct OperRowListView {
290 @Builder 290 @Builder
291 builderListen() { 291 builderListen() {
292 Column() { 292 Column() {
293 - Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.ic_voice_playing") : $r("app.media.icon_listen")) 293 + Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_listen") : $r("app.media.icon_listen"))
294 .width(24) 294 .width(24)
295 .height(24) 295 .height(24)
296 .aspectRatio(1) 296 .aspectRatio(1)
@@ -163,7 +163,7 @@ struct Index { @@ -163,7 +163,7 @@ struct Index {
163 path: "lottie/audio_animation_playing.json", 163 path: "lottie/audio_animation_playing.json",
164 lottieWidth: 24, 164 lottieWidth: 24,
165 lottieHeight: 24, 165 lottieHeight: 24,
166 - autoplay: true, 166 + autoplay: false,
167 loop: true 167 loop: true
168 }) 168 })
169 } 169 }