|
|
|
@ -2,13 +2,13 @@ import React, { Component, Fragment } from 'react';
|
|
|
|
|
import { getImageUrl } from 'educoder';
|
|
|
|
|
import CoursesHomeCard from "./CoursesHomeCard.js"
|
|
|
|
|
import axios from 'axios';
|
|
|
|
|
import { Pagination } from 'antd';
|
|
|
|
|
import LoadingSpin from '../../../common/LoadingSpin';
|
|
|
|
|
import UpgradeModals from '../../modals/UpgradeModals';
|
|
|
|
|
import './css/CoursesHome.css';
|
|
|
|
|
import '../../tpm/shixuns/shixun-keyword-list.scss';
|
|
|
|
|
import btnNew from './btn-new.png'
|
|
|
|
|
import btnJoin from './btn-join.png'
|
|
|
|
|
import Pagination from '../../../components/mini-pagination'
|
|
|
|
|
|
|
|
|
|
class CoursesHome extends Component {
|
|
|
|
|
constructor(props) {
|
|
|
|
|