|
@@ -36,24 +36,18 @@
|
|
|
:key="item.voiceUrl"
|
|
|
@click="handleClickAudioItem(item)"
|
|
|
>
|
|
|
- <!-- <image
|
|
|
+ <image
|
|
|
class="icon"
|
|
|
- src="../static/audio-doing.png"
|
|
|
+ src="../static/audio-doing-2.png"
|
|
|
mode="aspectFill"
|
|
|
- v-if="activeAudioUrl==item.voiceUrl&&audioPlayStatus==true"
|
|
|
+ v-if="item.voiceUrl==activeAudioUrl&&audioPlayStatus"
|
|
|
/>
|
|
|
<image
|
|
|
class="icon"
|
|
|
src="../static/audio-pause-3.png"
|
|
|
mode="aspectFill"
|
|
|
- v-else-if="activeAudioUrl==item.voiceUrl&&audioPlayStatus==false"
|
|
|
+ v-else
|
|
|
/>
|
|
|
- <image
|
|
|
- class="icon"
|
|
|
- src="../static/audio-pause-2.png"
|
|
|
- model="aspectFill"
|
|
|
- v-else
|
|
|
- /> -->
|
|
|
<view class="name" :style="{color:item.voiceUrl==activeAudioUrl?'#D5AD79':''}">{{ item.voiceName }}</view>
|
|
|
<view class="time">{{ item.voicePlaySeconds|formatVoiceTime }}</view>
|
|
|
</view>
|
|
@@ -699,8 +693,8 @@ export default {
|
|
|
position: absolute;
|
|
|
top: 50rpx;
|
|
|
right: 6rpx;
|
|
|
- width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
}
|
|
|
.name {
|
|
|
margin-bottom: 10rpx;
|