完成房产模块功能

This commit is contained in:
gxwebsoft
2023-08-23 13:09:58 +08:00
parent 93e0876e13
commit 9e931e9f6b
10 changed files with 149 additions and 74 deletions

View File

@@ -69,7 +69,7 @@
reset: true
},
{
name: '必看房',
name: '必看房',
reset: false
}
];

View File

@@ -64,7 +64,7 @@
reset: true
},
{
name: '必看房',
name: '必看房',
reset: false
}
];
@@ -104,6 +104,9 @@
this.getDict()
this.list = []
this.onRefreshList()
uni.$u.mpShare = {
title: '爱尚家找房'
}
},
onShow() {},
onBackPress() {},
@@ -208,7 +211,7 @@
font-size: 28rpx;
}
.input{
width: 250rpx;
width: 330rpx;
}
}
}