230320a303 9 月之前
父节点
当前提交
d007e617ce

+ 1 - 1
.vscode/settings.json

@@ -1,3 +1,3 @@
 {
-    "stockCode": "sz301308,sz002460,sh512480,sz300346,sh560980"
+    "stockCode": "sz301308,sz002460,sh512480,sz000625,sh560980"
 }

+ 2 - 2
src/pages/index/components/footerList/index.jsx

@@ -257,8 +257,8 @@ export default class TopPie extends Component {
         } else {
           FHstr = '中低层'
         }
-        if (FH === 1) FHstr = '一楼'
-        if (FH === H) FHstr = '顶楼'
+        if (FH === 1) FHstr = '低层'
+        if (FH === H) FHstr = '高层'
       }
       const cTagStr = item.custom_tag || ''
       const tagViews = cTagStr.split(',').map((tag, tagIndex) => {

+ 2 - 2
src/pages/index/index.jsx

@@ -692,8 +692,8 @@ class Index extends Component {
         } else {
           FHstr = '中低层'
         }
-        if (FH === 1) FHstr = '一楼'
-        if (FH === H) FHstr = '顶楼'
+        if (FH === 1) FHstr = '低层'
+        if (FH === H) FHstr = '高层'
       }
       let houseTypeStr = '未知户型'
       if (item.house_type) {

+ 2 - 2
src/pagesHouse/price.jsx

@@ -130,8 +130,8 @@ class Index extends Component {
         } else {
           FHstr = '中低层'
         }
-        if (FH === 1) FHstr = '一楼'
-        if (FH === H) FHstr = '顶楼'
+        if (FH === 1) FHstr = '低层'
+        if (FH === H) FHstr = '高层'
       }
       return (
         <View className="sl-item" key={index}>

+ 2 - 2
src/pagesRoom/dtl.jsx

@@ -273,8 +273,8 @@ class Index extends Component {
     } else {
       FHstr = '中低层'
     }
-    if (FH === 1) FHstr = '一楼'
-    if (FH === H) FHstr = '顶楼'
+    if (FH === 1) FHstr = '低层'
+    if (FH === H) FHstr = '高层'
 
     let houseTypeStr = '未知'
     if (curObj.house_type) {

+ 2 - 2
src/pagesRoom/list.jsx

@@ -584,8 +584,8 @@ class Index extends Component {
         } else {
           FHstr = '中低层'
         }
-        if (FH === 1) FHstr = '一楼'
-        if (FH === H) FHstr = '顶楼'
+        if (FH === 1) FHstr = '低层'
+        if (FH === H) FHstr = '高层'
       }
       let houseTypeStr = '未知户型'
       if (item.house_type) {

+ 2 - 2
src/pagesRoom/list2.jsx

@@ -584,8 +584,8 @@ class Index extends Component {
         } else {
           FHstr = '中低层'
         }
-        if (FH === 1) FHstr = '一楼'
-        if (FH === H) FHstr = '顶楼'
+        if (FH === 1) FHstr = '低层'
+        if (FH === H) FHstr = '高层'
       }
       let houseTypeStr = '未知户型'
       if (item.house_type) {

+ 2 - 2
src/pagesRoom/listMy.jsx

@@ -589,8 +589,8 @@ class Index extends Component {
         } else {
           FHstr = '中低层'
         }
-        if (FH === 1) FHstr = '一楼'
-        if (FH === H) FHstr = '顶楼'
+        if (FH === 1) FHstr = '低层'
+        if (FH === H) FHstr = '高层'
       }
       let houseTypeStr = '未知户型'
       if (item.house_type) {

+ 2 - 2
src/pagesRoom/listed.jsx

@@ -553,8 +553,8 @@ class Index extends Component {
         } else {
           FHstr = '中低层'
         }
-        if (FH === 1) FHstr = '一楼'
-        if (FH === H) FHstr = '顶楼'
+        if (FH === 1) FHstr = '低层'
+        if (FH === H) FHstr = '高层'
       }
       const cTagStr = item.custom_tag || ''
       const tagViews = cTagStr.split(',').map((tag, tagIndex) => {

+ 2 - 2
src/pagesRoom/rentdtl.jsx

@@ -155,8 +155,8 @@ class Index extends Component {
     } else {
       FHstr = '中低层'
     }
-    if (FH === 1) FHstr = '一楼'
-    if (FH === H) FHstr = '顶楼'
+    if (FH === 1) FHstr = '低层'
+    if (FH === H) FHstr = '高层'
 
     let houseTypeStr = '未知'
     if (curObj.house_type) {

+ 2 - 2
src/pagesRoom/rentlist.jsx

@@ -563,8 +563,8 @@ class Index extends Component {
         } else {
           FHstr = '中低层'
         }
-        if (FH === 1) FHstr = '一楼'
-        if (FH === H) FHstr = '顶楼'
+        if (FH === 1) FHstr = '低层'
+        if (FH === H) FHstr = '高层'
       }
       const cTagStr = item.custom_tag || ''
       const tagViews = cTagStr.split(',').map((tag, tagIndex) => {