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