Commit a9de9a64 authored by 李尚科's avatar 李尚科

fix

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