跳到主要内容

取消按钮点击

数据结构

interface EventCancel {
// 事件标识
type: 'tezign-selector-cancel-btn';
data: {
// 事件描述
msg: string;
};
}