|
@@ -458,7 +458,7 @@ export default class Index extends Component {
|
458
|
458
|
<View className='ActivityRecommed'>
|
459
|
459
|
<Text className='Title'>热门活动推荐</Text>
|
460
|
460
|
<View>
|
461
|
|
- <Image mode='widthFix' className='centerLabel' src={transferImage(helpGroupList[0] || 'https://njcj.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1574145199853-97feda7895c65be33aa234a7b81b37f.jpg')} onClick={this.handleItemClick.bind(this, item)} />
|
|
461
|
+ <Image mode='widthFix' className='centerLabel' src={transferImage(helpGroupList[0].bannerListImg)} onClick={this.handleItemClick.bind(this, item)} />
|
462
|
462
|
</View>
|
463
|
463
|
</View>
|
464
|
464
|
}
|