这是组件
<div class="demoThree" style="width: 100%">
<aplayer autoplay
:music="{
title: ' ',
artist: ' ',
src: voice,
pic: ' ',
}"
/>
</div>
在下面得到数据的函数赋值的时候
if (data.data.data.records[0].audioPath!=null&&data.data.data.records[0].audioPath!=''){
this.voice=data.data.data.records[0].audioPath;
}
后台返回数据中没有这条数据就不会赋值,但是音频也从0开始