import { _decorator, Button, Component, Node } from 'cc'; const { ccclass, property } = _decorator; @ccclass('Layout_Life') export class Layout_Life extends Component { @property(Button) Close_Btn: Button = null; @property(Button) Free_Get_Btn: Button = null; @property(Button) No_Btn: Button = null; }