提交 2a54d4cf 编写于 作者: 杨广俊's avatar 杨广俊

收藏

上级 039a17af
...@@ -251,7 +251,7 @@ export default { ...@@ -251,7 +251,7 @@ export default {
} }
_this.GET('contents/courses/recommendCourseList', parm).then(function (res) { _this.GET('contents/courses/recommendCourseList', parm).then(function (res) {
if (res.code === '000000') { if (res.code === '000000') {
this.list = res.data || [] _this.list = res.data || []
} }
}) })
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册