import React, { Component } from 'react'; import './index.less'; import Assets from '@src/components/Assets'; import More from '../More'; export default class Note extends Component { render() { const { data = { file: true }, theme = 'default', actionList, onAction } = this.props; return (
{onAction && actionList && }
学生ID 2019-07-02 19:00
学生留言内容学生留言内容学生留言内容学,生留言内容学生留言。内容学生 留言内容学生留言内容学生留言内容。
); } }