Commit 157a19f8 authored by Hsinli's avatar Hsinli

addd

parent f4c8aebb
Pipeline #19338 passed with stage
in 8 seconds
...@@ -73,8 +73,8 @@ class OptionService extends Service { ...@@ -73,8 +73,8 @@ class OptionService extends Service {
//获取筛选项 //获取筛选项
async getOptions(city_code) { async getOptions(city_code) {
// let brands = await this.getDevelopers(city_code); let brands = await this.getDevelopers(city_code);
// brands.unshift({ id: -145, name: '不限', image: '', value: 0 }); brands.unshift({ id: -145, name: '不限', image: '', value: 0 });
const house_types = HOUSE_TYPE; const house_types = HOUSE_TYPE;
const prices = PRICE_RANGE; const prices = PRICE_RANGE;
const areas = await this.getAreaOptions(city_code); const areas = await this.getAreaOptions(city_code);
......
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