Commit 175ff1c3 by zhanghaozhe

智能选课

parent f7e305e9
...@@ -22,15 +22,19 @@ class IntelligentRecommend extends Component { ...@@ -22,15 +22,19 @@ class IntelligentRecommend extends Component {
text: '无人驾驶', text: '无人驾驶',
}, },
], ],
processingQueue: [], processing: [],
} }
handleSelect = () => { handleSelect = () => {
} }
next = () => {
}
render() { render() {
const {showAnalyzing, systemAvatar, processingQueue, options} = this.state const {showAnalyzing, systemAvatar, processing, options} = this.state
return ( return (
<div id={'intelligent-recommend'}> <div id={'intelligent-recommend'}>
<div className="head"> <div className="head">
......
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