We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2207645 commit 6ac27a5Copy full SHA for 6ac27a5
src/views/mp/components/wx-voice-play/main.vue
@@ -12,7 +12,7 @@
12
<template>
13
<div class="wx-voice-div" @click="playVoice">
14
<i :class="playing !== true ? 'el-icon-video-play': 'el-icon-video-pause'">
15
- <span class="amr-duration" v-if="duration">{{ duration }}</span>
+ <span class="amr-duration" v-if="duration">{{ duration }} 秒</span>
16
</i>
17
<div v-if="content">
18
<el-tag type="success" size="mini">语音识别</el-tag>
0 commit comments