Commit a9ae399f authored by limingzhe's avatar limingzhe

fix: debug

parent 2d1c2c2a
......@@ -258,7 +258,10 @@ export default class GameCenter extends cc.Component {
getGameList() {
console.log('=== 开始获取游戏列表 ===');
const course_id = 39662;
// const course_id = 39662;
const course_id = 39657;
const uri = `api/courseware/v2/${course_id}/list`;
console.log('请求URI:', uri);
......
......@@ -754,6 +754,7 @@ export default class middleLayer extends cc.Component {
// }
if (this.curBundle) {
this.curBundle.releaseUnusedAssets();
......
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