瀏覽代碼

buildingtop

1007395918@qq.com 5 年之前
父節點
當前提交
205b6dfadb
共有 2 個檔案被更改,包括 22 行新增1 行删除
  1. 7
    1
      src/onlineSelling/pages/houseList/index.js
  2. 15
    0
      src/onlineSelling/pages/houseList/index.scss

+ 7
- 1
src/onlineSelling/pages/houseList/index.js 查看文件

@@ -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>

+ 15
- 0
src/onlineSelling/pages/houseList/index.scss 查看文件

@@ -25,6 +25,21 @@
25 25
       justify-content: space-around;
26 26
     }
27 27
   }
28
+  .building-top{
29
+    display: flex;
30
+    align-items: center;
31
+    justify-content: space-between;
32
+    padding: 6px 26px 26px 26px;
33
+  
34
+    .right-icon{
35
+      width:17px;
36
+      height:17px;
37
+      border-top: 2px solid #999;
38
+      border-right: 2px solid #999;
39
+      transform:rotate(45deg);
40
+      display: inline-block;
41
+    }
42
+  }
28 43
   
29 44
   .bottombar {
30 45
     height: 168px;