首页下拉刷新增加请求
This commit is contained in:
@@ -431,6 +431,20 @@
|
|||||||
this.page = 1
|
this.page = 1
|
||||||
$cache_index.clear()
|
$cache_index.clear()
|
||||||
this.getCourseList()
|
this.getCourseList()
|
||||||
|
|
||||||
|
this.getrecomVideo('2')
|
||||||
|
//本周排行榜
|
||||||
|
setTimeout(() => {
|
||||||
|
this.getrecomVideo('1')
|
||||||
|
}, 100)
|
||||||
|
//最新
|
||||||
|
setTimeout(() => {
|
||||||
|
this.getrecomVideo('')
|
||||||
|
}, 200)
|
||||||
|
this.getBannerList()
|
||||||
|
this.getMsg()
|
||||||
|
this.getGardList()
|
||||||
|
this.getCourseList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
//新用户红包 837
|
//新用户红包 837
|
||||||
|
|||||||
Reference in New Issue
Block a user