张延森 пре 3 година
родитељ
комит
22b4e27f9c
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0
    3
      src/pages/index/index.jsx

+ 0
- 3
src/pages/index/index.jsx Прегледај датотеку

@@ -42,12 +42,9 @@ const IndexPage = (props) => {
42 42
   }, [])
43 43
 
44 44
   const goNoticeList = (e) => {
45
-
46 45
     Taro.navigateTo({ url: '/pages/noticeList/index' })
47 46
   }
48 47
   const goDetail = (id) => {
49
-    console.log("🚀 ~ file: index.jsx ~ line 52 ~ goNoticeList ~ e", e)
50
-
51 48
     Taro.navigateTo({ url: `/pages/noticeInfo/index?id=${id}` })
52 49
   }
53 50