张延森 3 лет назад
Родитель
Сommit
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