|
@@ -757,15 +757,7 @@ export default {
|
|
|
methods: {
|
|
|
//课程
|
|
|
courseLists() {
|
|
|
- this.$axios({
|
|
|
- url: '/app/common/activity/recommend/list',
|
|
|
- method: 'get',
|
|
|
- params: {
|
|
|
- platform: 1,
|
|
|
- status: 1
|
|
|
- },
|
|
|
- noToken: true
|
|
|
- }).then(async (res) => {
|
|
|
+ this.$request.appCommonActivityRecommendList({ platform: 2, status: 1 }).then(async (res) => {
|
|
|
console.log('----------------res', res)
|
|
|
// return
|
|
|
if (res.code == 200) {
|