|
@@ -36,10 +36,11 @@ export default class Index extends Component {
|
36
|
36
|
keywords: '',
|
37
|
37
|
loaded: false,
|
38
|
38
|
maskBanner: '',
|
39
|
|
- shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/cff400dab32e9230f6bf7498b8291d7.jpg',
|
|
39
|
+ // shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/cff400dab32e9230f6bf7498b8291d7.jpg',
|
40
|
40
|
// shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1574145199853-97feda7895c65be33aa234a7b81b37f.jpg',
|
|
41
|
+ shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1576128320527-d9287eea5fb1bab389601ed1d31cf70.jpg', // 融创
|
41
|
42
|
// shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1565358322510-share.jpg',
|
42
|
|
- adImage: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/f58480ff83787b64235b729bca5d805.jpg',
|
|
43
|
+ // adImage: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/f58480ff83787b64235b729bca5d805.jpg',
|
43
|
44
|
bannerList: [],
|
44
|
45
|
helpGroupList: [],
|
45
|
46
|
newsList: [],
|
|
@@ -81,6 +82,9 @@ export default class Index extends Component {
|
81
|
82
|
})
|
82
|
83
|
}
|
83
|
84
|
componentDidShow() {
|
|
85
|
+ Taro.showTabBar({
|
|
86
|
+ animation: false
|
|
87
|
+ })
|
84
|
88
|
if (this.props.curCity.id) {
|
85
|
89
|
ready.queue(() => {
|
86
|
90
|
// debugger
|
|
@@ -626,19 +630,19 @@ export default class Index extends Component {
|
626
|
630
|
<View className='section-content' onClick={this.toRecomonedPage.bind(this, personType)}>
|
627
|
631
|
{
|
628
|
632
|
adImage ?
|
629
|
|
- (
|
630
|
|
- <Image src={adImage} style="width: 100%; height: 100%" mode="widthFix"></Image>
|
631
|
|
- ) :
|
632
|
|
- (
|
633
|
|
- <Block>
|
634
|
|
- <Image src={require('@assets/index/logo.png')} className='logo_img' mode="widthFix"></Image>
|
635
|
|
- <View className='section-content_title'>
|
636
|
|
- <Text>推荐客户 赢积分好礼</Text>
|
637
|
|
- <Text>更多惊喜在积分商城等着你</Text>
|
638
|
|
- </View>
|
639
|
|
- <Image src={require('@assets/index/recommend.png')} className='section-content_img' mode="widthFix"></Image>
|
640
|
|
- </Block>
|
641
|
|
- )
|
|
633
|
+ (
|
|
634
|
+ <Image src={adImage} style="width: 100%; height: 100%" mode="widthFix"></Image>
|
|
635
|
+ ) :
|
|
636
|
+ (
|
|
637
|
+ <Block>
|
|
638
|
+ <Image src={require('@assets/index/logo.png')} className='logo_img' mode="widthFix"></Image>
|
|
639
|
+ <View className='section-content_title'>
|
|
640
|
+ <Text>推荐客户 赢积分好礼</Text>
|
|
641
|
+ <Text>更多惊喜在积分商城等着你</Text>
|
|
642
|
+ </View>
|
|
643
|
+ <Image src={require('@assets/index/recommend.png')} className='section-content_img' mode="widthFix"></Image>
|
|
644
|
+ </Block>
|
|
645
|
+ )
|
642
|
646
|
}
|
643
|
647
|
</View>
|
644
|
648
|
</View>
|