广播bug

This commit is contained in:
liuye
2021-12-23 11:27:28 +08:00
parent 0ed3899e9e
commit 95eee42aab
3 changed files with 6 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
<p>{{ item.content }}</p>
</div>
</div>
<img src="img/add-icon.png" alt="" class="add-img" @click="add">
<img src="./img/add-icon.png" alt="" class="add-img" @click="add">
<u-popup v-model="isShow" mode="bottom">
<div class="audio">
<AiVideo :src="url" autoplay></AiVideo>

View File

@@ -6,7 +6,7 @@
<div class="label">音频文件</div>
<div class="value" @click="toRecord">
<span class="color-999" :style="{ color: file ? '#333' : '' }">{{ file ? '已选择' : '请选择' }}</span>
<img src="img/right-img.png" alt="">
<img src="./img/right-img.png" alt="">
</div>
</div>
</div>