/** * 设置页面数据 * */ export interface OnSetData { setData(val: any): any; }