import React from 'react'; import './index.less'; import Page from '@src/containers/Page'; import Icon from '../../../components/Icon'; export default class extends Page { init() {} renderView() { return (
自2019-05-26,您已在千行学习88
累积88H30Min
本周数据
学习时间
23Hour
同比上周
15%
同比全站
15%
); } }