|
@@ -692,14 +692,14 @@ export default class Index extends Component {
|
692
|
692
|
}
|
693
|
693
|
|
694
|
694
|
return (
|
695
|
|
- <Block>
|
|
695
|
+ <View style="margin-bottom:-5px">
|
696
|
696
|
<View className="section circum">
|
697
|
697
|
<View className="section-head">
|
698
|
698
|
<Text className="section-head__title">位置及周边配套</Text>
|
699
|
699
|
</View>
|
700
|
700
|
</View>
|
701
|
701
|
<Around building={building} onAction={this.openMap.bind(this)}></Around>
|
702
|
|
- </Block>
|
|
702
|
+ </View>
|
703
|
703
|
)
|
704
|
704
|
}
|
705
|
705
|
|
|
@@ -887,10 +887,7 @@ export default class Index extends Component {
|
887
|
887
|
)
|
888
|
888
|
}
|
889
|
889
|
renderActivities() {
|
890
|
|
-
|
891
|
|
-
|
892
|
890
|
const { activityList } = this.state
|
893
|
|
-
|
894
|
891
|
return (
|
895
|
892
|
<Block>
|
896
|
893
|
{
|
|
@@ -914,10 +911,8 @@ export default class Index extends Component {
|
914
|
911
|
onClick={this.handActivityItemClick}
|
915
|
912
|
>
|
916
|
913
|
</HelpGroupBanner>
|
917
|
|
-
|
918
|
914
|
</View>
|
919
|
915
|
</View>
|
920
|
|
-
|
921
|
916
|
)
|
922
|
917
|
}
|
923
|
918
|
</Block>
|
|
@@ -1002,8 +997,6 @@ export default class Index extends Component {
|
1002
|
997
|
// videoPlayShow: 'flex'e.detail
|
1003
|
998
|
// })
|
1004
|
999
|
// }
|
1005
|
|
-
|
1006
|
|
-
|
1007
|
1000
|
renderVideo() {
|
1008
|
1001
|
const { videoPlayShow } = this.state
|
1009
|
1002
|
const { projectDetail } = this.props
|
|
@@ -1193,41 +1186,30 @@ export default class Index extends Component {
|
1193
|
1186
|
</View>
|
1194
|
1187
|
{/* 项目顾问 */}
|
1195
|
1188
|
{this.renderConsuler()}
|
1196
|
|
-
|
1197
|
1189
|
{/* 周边 */}
|
1198
|
1190
|
{this.rendercircum()}
|
1199
|
|
-
|
1200
|
1191
|
{/* 户型介绍 */}
|
1201
|
1192
|
{this.renderHouseTypeList()}
|
1202
|
|
-
|
1203
|
1193
|
{/* 助力活动 */}
|
1204
|
1194
|
{this.renderHelp()}
|
1205
|
|
-
|
1206
|
1195
|
{/* 拼团活动 */}
|
1207
|
1196
|
{this.renderGroup()}
|
1208
|
|
-
|
1209
|
1197
|
{/* 新鲜资讯 */}
|
1210
|
1198
|
{this.renderNews()}
|
1211
|
|
-
|
1212
|
1199
|
{/* 热门活动 */}
|
1213
|
1200
|
{this.renderActivities()}
|
1214
|
|
-
|
1215
|
1201
|
{/* 相册 */}
|
1216
|
1202
|
{this.renderPhotoAlbum()}
|
1217
|
|
-
|
1218
|
1203
|
{/* 免责声明 */}
|
1219
|
1204
|
{this.renderStatement()}
|
1220
|
1205
|
</View>
|
1221
|
1206
|
</ScrollView>
|
1222
|
|
-
|
1223
|
1207
|
{/* 生成海报 */}
|
1224
|
1208
|
{
|
1225
|
1209
|
posterStatus && (<Poster data={posterData} toggle={this.togglePosterStatus}></Poster>)
|
1226
|
1210
|
}
|
1227
|
|
-
|
1228
|
1211
|
{/* 底部菜单 */}
|
1229
|
1212
|
{this.renderBottomMenu()}
|
1230
|
|
-
|
1231
|
1213
|
{/* <View className="tel-entrance" onClick={this.makePhoneCall}>
|
1232
|
1214
|
<Text className="iconfont icon-dianhua2"></Text>
|
1233
|
1215
|
<Text className="text">电话</Text>
|