diff --git a/src/mulan/Activity/Index.scss b/src/mulan/Activity/Index.scss index 59bcf52a1..3a5a1c244 100644 --- a/src/mulan/Activity/Index.scss +++ b/src/mulan/Activity/Index.scss @@ -183,6 +183,7 @@ li{ display: flex; margin-top:28px ; + cursor: pointer; img{ max-width: 150px; height: 90px; @@ -207,6 +208,9 @@ font-size: 12px; height: 18px; align-items: center; + span{ + color: #888; + } i{ margin-right: 8px; font-size: 14px!important; diff --git a/src/mulan/Activity/List.jsx b/src/mulan/Activity/List.jsx index 4b322c390..e6b4a3ea1 100644 --- a/src/mulan/Activity/List.jsx +++ b/src/mulan/Activity/List.jsx @@ -49,7 +49,6 @@ function List(props){ const [ list , setList ] = useState(undefined); useEffect(()=>{ - setIsSpin(true); getSort(); },[]) @@ -67,6 +66,7 @@ function List(props){ } useEffect(()=>{ + setIsSpin(true); getList(); },[sort,time,city,menu]) @@ -106,7 +106,7 @@ function List(props){