Commit 06fa9905 authored by liujiangnan's avatar liujiangnan

feat: 游客模式-用户中心不用验证

parent a10b5c2e
......@@ -231,10 +231,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
});
const btn_center = cc.find('Canvas/bg_ground/bg_bottom/btn_center');
buttonOnClick(btn_center, async () => {
const kidInfo = await middleLayerComponent.getUserInfo();
if (!kidInfo) {
return;
}
jumpToBundle('NJ_usercenter');
});
......
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