mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改
This commit is contained in:
@@ -1340,10 +1340,7 @@ export default {
|
||||
},
|
||||
// 获取推荐课程list
|
||||
getRecommendList(){
|
||||
apiIndex.getRecommendList({
|
||||
pageNum:1,
|
||||
pageSize:3
|
||||
}).then((res) => {
|
||||
apiIndex.getRecommendList(1,3).then((res) => {
|
||||
if(res.code === 200){
|
||||
console.log(res.data.records);
|
||||
let courseIds = [];
|
||||
|
||||
Reference in New Issue
Block a user