Commit 74fbd7cf authored by Hsinli's avatar Hsinli

adddd

parent 1fc08414
Pipeline #5887 passed with stage
in 2 seconds
...@@ -79,7 +79,7 @@ class OptionService extends Service { ...@@ -79,7 +79,7 @@ class OptionService extends Service {
//获取新房的筛选项 //获取新房的筛选项
async getNewHouseOptions(city_code) { async getNewHouseOptions(city_code) {
const unit_price = NEW_HOUSE_UNIT_PRICE; const unit_price = NEW_HOUSE_UNIT_PRICE;
const total_price = NEW_HOUSE_UNIT_PRICE; const total_price = NEW_HOUSE_TOTAL_PRICE;
const house_types = HOUSE_TYPE; const house_types = HOUSE_TYPE;
const house_area = NEW_HOUSE_AREA; const house_area = NEW_HOUSE_AREA;
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