阶段性上传

This commit is contained in:
@fawn-nine
2023-09-08 18:06:39 +08:00
parent 7b9044f4df
commit b0cc2b8663
62 changed files with 5075 additions and 506 deletions

View File

@@ -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: {