Commit 2ace894a authored by liujiangnan's avatar liujiangnan

feat: 返回

parent 65899585
......@@ -288,6 +288,13 @@ export default class NewClass extends cc.Component {
}
async onClickBackToYouLeChang() {
const middleLayer = cc.find('middleLayer')?.getComponent('middleLayer');
if (middleLayer) {
middleLayer.loadOnlineBundle("NJ_YouLeChang");
}
}
// 返回用户中心
async onClickBackToUserCenter() {
this.reportType = null;
......
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