Commit 9e81c61e authored by Hsinli's avatar Hsinli

addd

parent 8e4a7f13
Pipeline #12633 passed with stage
in 22 seconds
...@@ -318,7 +318,7 @@ class NewHouseService extends Service { ...@@ -318,7 +318,7 @@ class NewHouseService extends Service {
num: data.num,//房源数量 num: data.num,//房源数量
price: data.price === 0 ? '--' : data.price,//价格 price: data.price === 0 ? '--' : data.price,//价格
discount: Number(data.discount),//折扣 discount: Number(data.discount),//折扣
tag: data.tags ? eval(data.tags) : [],//特点 tag: data.tags || data.tags.length < 255 ? eval(data.tags) : [],//特点
} }
} }
return ret; return ret;
......
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