|
@@ -322,7 +322,7 @@ export default {
|
|
|
// }
|
|
|
}else{
|
|
|
let obj=uni.getStorageSync('audioMsg')
|
|
|
- if(JSON.parse(obj).audioCurrentUrl){
|
|
|
+ if(obj&&JSON.parse(obj).audioCurrentUrl){
|
|
|
this.handleAudioPlayRecordUpdate(this.globalBgMusic.currentTime)
|
|
|
}
|
|
|
this.handlePlayAudio(item)
|