xuqiaoying 3 年 前
コミット
717de1118b
1 ファイル変更1 行追加9 行削除
  1. 1 9
      src/pages/home/index.vue

+ 1 - 9
src/pages/home/index.vue

@@ -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) {