|
@@ -1,7 +1,7 @@
|
1
|
1
|
import Taro, { useRouter } from '@tarojs/taro'
|
2
|
2
|
import { React, useState, useEffect, useRef } from 'react'
|
3
|
3
|
import iconsearch from '@/assets/icons/housemantj/search.png'
|
4
|
|
-import location from '@/assets/icons/housemantj/location.png'
|
|
4
|
+import locationimg from '@/assets/icons/housemantj/location.png'
|
5
|
5
|
import Tip from '@/components/tip'
|
6
|
6
|
import { getIndexType, getResourceList } from '@/services/home'
|
7
|
7
|
import Card from '../components/Card'
|
|
@@ -69,7 +69,7 @@ export default (props) => {
|
69
|
69
|
<Tip />
|
70
|
70
|
<view className='index-tabs'>
|
71
|
71
|
<view className='position'>
|
72
|
|
- <image className='location' src={location} />
|
|
72
|
+ <image className='location' src={locationimg} />
|
73
|
73
|
<view className='city'>南京</view>
|
74
|
74
|
<view className='line' />
|
75
|
75
|
</view>
|