const { ccclass, property } = cc._decorator; @ccclass export class UIShop extends cc.Component { start() {} onclose() { this.node.destroy(); } }