许成详 6 lat temu
rodzic
commit
21a7053da6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      pages/EstateDetail/index.wxml

+ 1
- 1
pages/EstateDetail/index.wxml Wyświetl plik

@@ -22,7 +22,7 @@
22 22
               <text class="name flex-item">{{EstateDetail.buildingName}}</text>
23 23
               <text class="price">均价:{{EstateDetail.price}}</text>
24 24
             </view>
25
-            <text>别名:{{EstateDetail.name}}</text>
25
+            <text>别名:{{EstateDetail.name || ''}}</text>
26 26
           </view>
27 27
         </view>
28 28
       </view>