|
@@ -141,7 +141,7 @@ export default class HouseList extends Component {
|
141
|
141
|
this.reportClientFn()
|
142
|
142
|
let { qrcodeParams } = this.state
|
143
|
143
|
const consultant = this.$router.params.consultant || qrcodeParams.consultant
|
144
|
|
- console.log(qrcodeParams, "qrcodeParamsqrcodeParamsqrcodeParamsqrcodeParamsqrcodeParamsqrcodeParamsqrcodeParams")
|
|
144
|
+
|
145
|
145
|
if (consultant) {
|
146
|
146
|
getCardDetail(consultant).then(res => {
|
147
|
147
|
this.setState({
|
|
@@ -579,6 +579,7 @@ export default class HouseList extends Component {
|
579
|
579
|
posterConfig,
|
580
|
580
|
noRecord,
|
581
|
581
|
loading,
|
|
582
|
+ salesBatchDetail,
|
582
|
583
|
} = this.state
|
583
|
584
|
|
584
|
585
|
if (loading) {
|
|
@@ -605,6 +606,11 @@ export default class HouseList extends Component {
|
605
|
606
|
{!conditionVisible && <Block>
|
606
|
607
|
<View className="houselist">
|
607
|
608
|
{this.renderBar()}
|
|
609
|
+ <View className="building-top">
|
|
610
|
+ <View style="color:#333;font-size:28rpx">{salesBatchDetail.buildingName || '【中国府·葛洲坝】'}</View>
|
|
611
|
+ <View style="color:#666;font-size:24rpx;">查看楼盘详情<Text className="right-icon"></Text></View>
|
|
612
|
+
|
|
613
|
+ </View>
|
608
|
614
|
{houseList.length ? this.renderHouses() : this.renderBlank()}
|
609
|
615
|
{this.renderBottom()}
|
610
|
616
|
</View>
|