import React, {Component} from "react"; import '../../signin/css/signincdi.css'; import {Progress, message} from 'antd'; import {getImageUrl,formatSeconds} from 'educoder'; import axios from 'axios'; //条目 class Studenticscom extends Component { //条目组件 constructor(props) { super(props); this.state = {} } componentDidMount() { } componentDidUpdate = (prevProps) => { } render() { return (

this.props.statisticsy(false)} > this.props.statisticsy(false)} >

视频统计总览
播放数据从{this.props.watch_staticsdata&&this.props.watch_staticsdata.begin_at?this.props.watch_staticsdata.begin_at:0}开始统计
观看总次数(次)
{this.props.watch_staticsdata&&this.props.watch_staticsdata.freq?this.props.watch_staticsdata.freq:0}
观看总个数(个)
{this.props.watch_staticsdata&&this.props.watch_staticsdata.num?this.props.watch_staticsdata.num:0}
总观看时长(时)
{this.props.watch_staticsdata&&this.props.watch_staticsdata.total_duration?formatSeconds(this.props.watch_staticsdata.total_duration):0}
) } } export default Studenticscom;