Commit 3bc89d55 authored by Hsinli's avatar Hsinli

addd

parent 8c585414
Pipeline #12799 passed with stage
in 4 seconds
......@@ -187,7 +187,7 @@ class NewHouseService extends Service {
name: data.name,//标题
description: data.description || '',//描述
tags: data.tags ? eval(data.tags) : [],//项目特色
favourable_info: data.favourable_info !== null ? data.favourable_info.toString() : '',//优惠
favourable_info: data.favourable_info || '',//优惠
reference_avg_price: data.reference_avg_price === 0 ? '--' : Number(data.reference_avg_price),//均价
reference_total_price: data.reference_total_price === 0 ? '--' : Number(data.reference_total_price),//总价
property_type: data.house_type.split(',').slice(0, 2),//物业类型
......
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