Commit 817abf13 authored by Hsinli's avatar Hsinli

addd

parent 2192c8a1
Pipeline #6532 passed with stage
in 13 seconds
......@@ -352,7 +352,7 @@ class NewHouseService extends Service {
});
} else if (type === 'open') {
//只展示最近三个月内开盘的楼盘,往前追溯三个月,列表单次加载30条楼盘数据,滑到底部再次加载30条
let endDate = moment().subtract(30, 'days').format('YYYY-MM-DD HH:mm:ss');
let endDate = moment().subtract(90, 'days').format('YYYY-MM-DD HH:mm:ss');
filter.queryConditions.push({
key: "openDate",
value: endDate,
......
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