/* * @Description: 用户头像及昵称 * @Author: tangjiang * @Github: * @Date: 2019-12-09 17:11:28 * @LastEditors: tangjiang * @LastEditTime: 2019-12-09 17:36:55 */ import './index.scss'; import React from 'react'; import { getImageUrl } from 'educoder' function UserInfo (props) { const {image_url, name} = props.userInfo; return (