Commit d53627cc authored by 李维's avatar 李维

feat: test

parent b7c8c5c7
...@@ -210,6 +210,9 @@ export default class middleLayer extends cc.Component { ...@@ -210,6 +210,9 @@ export default class middleLayer extends cc.Component {
// 运行主场景 // 运行主场景
this.runMainScene(); this.runMainScene();
const middleLayer = cc.find("middleLayer");
middleLayer.getComponent(cc.Widget).updateAlignment();
// this.homework_id = homework_id; // this.homework_id = homework_id;
// this.syllabus_id = syllabus_id; // this.syllabus_id = syllabus_id;
// this.role = role; // this.role = role;
......
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