import { _decorator, Component, Node } from 'cc'; import JNLayerBase from '../../../../extensions/ngame/assets/ngame/ui/base/JNLayerBase'; const { ccclass, property } = _decorator; //上阵页面 @ccclass('IntoBattleView') export class IntoBattleView extends JNLayerBase { }