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