|
@@ -71,7 +71,6 @@ export default (props) => {
|
71
|
71
|
|
72
|
72
|
return (
|
73
|
73
|
<view style={{ height: '100%', overflow: 'hidden', display: 'flex', flexDirection: 'column' }}>
|
74
|
|
- <OfficialAccount>s21</OfficialAccount>
|
75
|
74
|
<view className='search' onClick={onSearch} >
|
76
|
75
|
<input className='searchInput' disabled />
|
77
|
76
|
<image className='searchicon' src={iconsearch} />
|
|
@@ -110,7 +109,7 @@ export default (props) => {
|
110
|
109
|
<MasonryLayout
|
111
|
110
|
itemKey='resourceNo'
|
112
|
111
|
listData={listData}
|
113
|
|
- render={(item, callback) => <Card item={item} onImageLoad={callback} />}
|
|
112
|
+ render={(item) => <Card item={item} />}
|
114
|
113
|
/>
|
115
|
114
|
</view>
|
116
|
115
|
</List>
|