Commit e13f3b99 authored by Hsinli's avatar Hsinli

addd

parent b4289d3e
Pipeline #5969 passed with stage
in 2 seconds
......@@ -377,7 +377,7 @@ class NewHouseService extends Service {
}
if (type === 'home') {
//为您推荐只展示50条在售楼盘的数据,根据排序序号取数,数字小的排在前面,数字一样的情况下根据时间逆序排列,时间也一样的情况下随机排列;
filter.pageSize = 50;
filter.pageSize = Number(condition.page_size) || 50;
filter.orderConditions.push({
key: 'orderNum',
orderSequence: 'asc',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment