张延森 vor 3 Jahren
Ursprung
Commit
22b4e27f9c
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0
    3
      src/pages/index/index.jsx

+ 0
- 3
src/pages/index/index.jsx Datei anzeigen

@@ -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