Commit 175ff1c3 by zhanghaozhe

智能选课

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