Commit 55b103e2 authored by limingzhe's avatar limingzhe

fix: debug

parent a9ae399f
...@@ -258,8 +258,8 @@ export default class GameCenter extends cc.Component { ...@@ -258,8 +258,8 @@ export default class GameCenter extends cc.Component {
getGameList() { getGameList() {
console.log('=== 开始获取游戏列表 ==='); console.log('=== 开始获取游戏列表 ===');
// const course_id = 39662; const course_id = 39662;
const course_id = 39657; // const course_id = 39657;
const uri = `api/courseware/v2/${course_id}/list`; const uri = `api/courseware/v2/${course_id}/list`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment