|
@@ -2,6 +2,7 @@ import Taro, { Component } from '@tarojs/taro'
|
|
import { View, Image, Text, Navigator } from '@tarojs/components'
|
|
import { View, Image, Text, Navigator } from '@tarojs/components'
|
|
|
|
|
|
import SearchHouse from '@/c/searchHouse'
|
|
import SearchHouse from '@/c/searchHouse'
|
|
|
|
+import hlSign from '@/c/hlSign'
|
|
import ListMore from '@/c/pageDataList/listMore'
|
|
import ListMore from '@/c/pageDataList/listMore'
|
|
import Footer from '@/c/footer'
|
|
import Footer from '@/c/footer'
|
|
import MultiSelect from '@/c/lform/MultiSelect'
|
|
import MultiSelect from '@/c/lform/MultiSelect'
|
|
@@ -986,6 +987,7 @@ class Index extends Component {
|
|
{this.renderTheme()}
|
|
{this.renderTheme()}
|
|
</View>
|
|
</View>
|
|
</View>
|
|
</View>
|
|
|
|
+ <hlSign />
|
|
<View className="scoped-box">
|
|
<View className="scoped-box">
|
|
<View className="sb-title">全部楼盘</View>
|
|
<View className="sb-title">全部楼盘</View>
|
|
<View className="sb-content">
|
|
<View className="sb-content">
|