bug
This commit is contained in:
BIN
src/apps/AppResourcesManage/img/play-icon.png
Normal file
BIN
src/apps/AppResourcesManage/img/play-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
BIN
src/apps/AppResourcesManage/img/stop-img.png
Normal file
BIN
src/apps/AppResourcesManage/img/stop-img.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user