This commit is contained in:
liuye
2021-12-24 09:21:17 +08:00
parent 7f0a1d6886
commit d687db47f3
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -109,7 +109,7 @@
</div>
<div class="footer">
<span v-if="isRecording || isStop" @click="restart">重新开始</span>
<img v-if="isStop" :src="`${$cdn}video/${!isPlay ? 'play-icon' : 'stop-img'}.png`" @click="play">
<img v-if="isStop" :src="`${!isPlay ? './img/play-icon' : './img/stop-img'}.png`" @click="play">
<img v-else :src="isRecording ? stopImg : microphone" @click="record">
<span v-if="isStop" @click="save">保存</span>
</div>