阶段性上传
This commit is contained in:
@@ -127,11 +127,9 @@
|
||||
},
|
||||
created() {
|
||||
this.libLIst = this.$bgm.musicList
|
||||
this.fengImg = this.userInfo.fengImg
|
||||
this.fengImg = this.userInfo.fengImg
|
||||
this.userInfo.playTimes ? this.setUserInfo({'currentTime': this.userInfo.playTimes}) : ''
|
||||
|
||||
console.log(this.userInfo.currentTime,'组件读到的历史记录')
|
||||
|
||||
},
|
||||
|
||||
computed: {
|
||||
@@ -143,11 +141,7 @@
|
||||
overTimer() {
|
||||
this.duration = this.userInfo.duration
|
||||
return calcTimer(this.userInfo.duration)
|
||||
},
|
||||
// fengImg(){
|
||||
// console.log(this.userInfo.fengImg,'-------------')
|
||||
// return this.userInfo.fengImg
|
||||
// }
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user