interface CardElem { userID:string; // 用户 ID nickname:string; // 昵称 faceURL:string; // 头像 ex:string; // 拓展字段 } export default CardElem;