Commit a67f438e by wangshuo

Merge branch '11-11-formal' into pre

parents 2614155f a30b53fa
...@@ -191,7 +191,7 @@ class FormalDraw extends Component { ...@@ -191,7 +191,7 @@ class FormalDraw extends Component {
{ {
list.map((listItem, index) => { list.map((listItem, index) => {
return ( return (
<div className={`content ${today === userValue.today ? 'current' : ''}`} key={index}> <div className={`content ${(isLogin && today === userValue.today) ? 'current' : ''}`} key={index}>
{ {
(isLogin && (today === userValue.today)) (isLogin && (today === userValue.today))
? ?
......
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