更新文件 videoWatchRecords.vue
This commit is contained in:
parent
23e6e1c3ce
commit
ac25896787
|
@ -62,7 +62,7 @@
|
|||
this.refreStatus = false
|
||||
let results = res.data.results
|
||||
|
||||
if (currentData.page == 1) {
|
||||
if (this.page == 1) {
|
||||
if (results == 0) {
|
||||
this.loadingText = '暂无观看记录'
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue