张延森 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