/** * 图片item展示方式 * * @author haojianlong */ export enum SImageShowType { /** 铺满 */ Full, /** 自适应 */ AutoFit } // Enum SImageShowType