Commit a30b53fa by wangshuo

未登录样式

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