|
@@ -9,6 +9,7 @@ import { fetch } from '@/utils/request'
|
9
|
9
|
import { API_BANNER_LIST, API_INDEX_PROJECTS } from '@/constants/api'
|
10
|
10
|
import useParams from '@/utils/hooks/useParams'
|
11
|
11
|
import useShare from '@/utils/hooks/useShare'
|
|
12
|
+import ChatIcon from '@/components/ChatIcon/index'
|
12
|
13
|
import Location from './components/Location/index'
|
13
|
14
|
import Banner from './components/Banner/index'
|
14
|
15
|
import Menu from './components/Menu/index'
|
|
@@ -64,6 +65,7 @@ export default withLayout((props) => {
|
64
|
65
|
|
65
|
66
|
return (
|
66
|
67
|
<view className='Page Index'>
|
|
68
|
+ <ChatIcon></ChatIcon>
|
67
|
69
|
{/* <ShareToCircle visible></ShareToCircle> */}
|
68
|
70
|
<ScrollView scroll-y>
|
69
|
71
|
<view className='PageContent'>
|