Commit a83e38ef by FE

connect modify

parent 974d10ae
...@@ -6,10 +6,10 @@ import {Link} from 'react-router-dom' ...@@ -6,10 +6,10 @@ import {Link} from 'react-router-dom'
import {Toast} from 'antd-mobile' import {Toast} from 'antd-mobile'
import {HeaderBar} from "@/common" import {HeaderBar} from "@/common"
import Loading from '@/common/Loading' import Loading from '@/common/Loading'
import {connet} from 'react-redux'; import {connect} from 'react-redux';
import {getCourses} from './../detail/actions'; import {getCourses} from './../detail/actions';
@connet() @connect()
class Classify extends Component { class Classify extends Component {
constructor(props) { constructor(props) {
super(props) super(props)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment