From 7b19a7f4ea3cd1b6ae1a42a23176b5b4fc2bdac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Sat, 6 Jul 2019 15:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/App.js | 2 +- public/react/src/modules/user/Interestpage.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/react/src/App.js b/public/react/src/App.js index f7530989e..072e611c0 100644 --- a/public/react/src/App.js +++ b/public/react/src/App.js @@ -336,7 +336,7 @@ class App extends Component { {/* */} {/* 兴趣页面*/} - {/**/} + diff --git a/public/react/src/modules/user/Interestpage.js b/public/react/src/modules/user/Interestpage.js index 7804ec734..230c61da6 100644 --- a/public/react/src/modules/user/Interestpage.js +++ b/public/react/src/modules/user/Interestpage.js @@ -138,15 +138,15 @@ class InterestpageComponent extends Component {
请选择你的职业
-
this.Clickteacher(1)}>{gouxuans ===1? :}老师
+
this.Clickteacher("teacher")}>{gouxuans ==="teacher"? :}老师
-
this.Clickteacher(2)}>{gouxuans===2? :}学生
+
this.Clickteacher("student")}>{gouxuans==="student"? :}学生
-
this.Clickteacher(3)}>{gouxuans===3?:}专业人士
+
this.Clickteacher("professional")}>{gouxuans==="professional"?:}专业人士