|
@@ -84,7 +84,8 @@ export default withLayout((props) => {
|
84
|
84
|
|
85
|
85
|
{/* 在售项目 */}
|
86
|
86
|
<view className='AllProject'>
|
87
|
|
- <ColumnTitle Name='在售项目' Icon='icon-aixin' ShowMore ToMore={() => { Taro.navigateTo({ url: `/pages/index/buildingList/index` }) }}></ColumnTitle>
|
|
87
|
+ {/* <ColumnTitle Name='在售项目' Icon='icon-aixin' ShowMore ToMore={() => { Taro.navigateTo({ url: `/pages/index/buildingList/index` }) }}></ColumnTitle> */}
|
|
88
|
+ <ColumnTitle Name='在售项目' Icon='icon-aixin'></ColumnTitle>
|
88
|
89
|
<view className='ProjectList'>
|
89
|
90
|
{
|
90
|
91
|
PageList.map((item, index) => (
|