|
@@ -11,6 +11,7 @@ import { getIndexType, getResourceList } from '@/services/home'
|
11
|
11
|
import { random } from '@/utils'
|
12
|
12
|
import Card from '../components/Card'
|
13
|
13
|
import './less/Recommend.less'
|
|
14
|
+import { OfficialAccount } from '@tarojs/components'
|
14
|
15
|
|
15
|
16
|
const listStyle = { height: '100%' }
|
16
|
17
|
|
|
@@ -75,6 +76,7 @@ export default (props) => {
|
75
|
76
|
|
76
|
77
|
return (
|
77
|
78
|
<view style={{ height: '100%', overflow: 'hidden', display: 'flex', flexDirection: 'column' }}>
|
|
79
|
+ <OfficialAccount>s21</OfficialAccount>
|
78
|
80
|
<view className='search' onClick={onSearch} >
|
79
|
81
|
<input className='searchInput' disabled />
|
80
|
82
|
<image className='searchicon' src={iconsearch} />
|