Kaynağa Gözat

静态页面

1002884655 3 yıl önce
ebeveyn
işleme
a117fd2a00

+ 2
- 2
src/pages/index/components/HotRecommend/index.jsx Dosyayı Görüntüle

@@ -19,11 +19,11 @@ export default function HotRecommend (props) {
19 19
     if (city.curCity.name) {
20 20
       GetRecommendActivity()
21 21
     }
22
-  }, [city])
22
+  }, [city, CurrentId])
23 23
 
24 24
   const GetRecommendActivity = () => {
25 25
 
26
-    queryActivityList({ home: 1, cityId: city.curCity.id }).then((res) => {
26
+    queryActivityList({ home: 1, cityId: city.curCity.id, type: CurrentId }).then((res) => {
27 27
       const resArr = res.records || []
28 28
       setList(resArr)
29 29
       change(!!resArr.length)