素材选择器事件取消按钮点击本页总览取消按钮点击数据结构interface EventCancel { // 事件标识 type: 'tezign-selector-cancel-btn'; data: { // 事件描述 msg: string; };}